function bigpicview(url, width, height){
	x=(screen.width-width)/2;
	y=(screen.height-height)/2;
	window.open ('/'+sitelang+'/bigpicview.php?kep='+url, 'bigpic', 'width='+width+', height='+height+', top='+y+', left='+x+', scrollbars=0, rsizable=0');
}

function rendeles_ablaknyit(id){
	window.open ('/'+sitelang+'/rendeles.php?id='+id, 'rendeles', 'width=400, height=400, top=100, left= 100, scrollbar=no')
}


function addEvent(obj, evType, fn, useCapture) {
	if (obj.addEventListener) {
		obj.addEventListener(evType,fn,useCapture);
		return true;
	} else if(obj.attachEvent){
		return obj.attachEvent("on"+evType,fn);
	} else {
		return false;
	}
}
