// JavaScript Document



function nyit(kep){
//set this to the file of the credit
mywindow=window.open("","mywindow","menubar=0,toolbar=0,location=0,directories=0,status=0,resizable=0,copyhistory=0,width=800,height=570,scrollbars=0");
mywindow.moveTo((screen.width-800)/2,(screen.height-580)/2);
mywindow.document.write('<div align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="3"><a href="javascript:window.close();">Bez&aacute;r&aacute;s</a></b></font><br><br></div>');
mywindow.document.write('<div align="center"><img src="img/album/big/'+kep+'" width="750" height="492" border="0" /></div>');
}
