
function galeria(url)
       {
       NewWin=window.open(url, "_blank", config="width=610,height=624,locationbar=0, statusbar=0,toolbar=0,left=35,top=0,scrollbars=no,menubar=no,resizable=no");
       }

function ablak(url,width,height)
	{
		var conf="width="+width+",height="+height+",locationbar=0, statusbar=0,toolbar=0,left=50,top=60,scrollbars=yes,menubar=no,resizable=yes,leftmargin=0,topmargin=0";
		NewWin=window.open(url,"_blank", config=conf);
}








