function galeria(width,height,id,title) {
	popup = window.open("","Szindbad"+id+"","width="+width+",height="+height+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,directories=no,");
	popup.document.write('<html>');
	popup.document.write('<title>'+title+'</title>');
	popup.document.write('<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">');
	popup.document.write('<a href="javascript:void(0)" onClick="self.close();return false"><img src="images/gallery/'+id+'_img_1.jpg" alt="'+title+'" width="'+width+'" height="'+height+'" title="'+title+'" border="0"></a>');
	popup.document.write('</body>');
	popup.document.write('</html>');
	popup.document.close();
}

function kep(width,height,kepnev,title) {
	popup = window.open("","Szindbad"+kepnev+"","width="+width+",height="+height+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,directories=no,");
	popup.document.write('<html>');
	popup.document.write('<title>'+title+'</title>');
	popup.document.write('<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">');
	popup.document.write('<a href="javascript:void(0)" onClick="self.close();return false"><img src="images/img_'+kepnev+'.jpg" alt="'+title+'" width="'+width+'" height="'+height+'" title="'+title+'" border="0"></a>');
	popup.document.write('</body>');
	popup.document.write('</html>');
	popup.document.close();
}

function kiadvany(width,height,id,title) {
	popup = window.open("","Szindbad"+id+"","width="+width+",height="+height+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,directories=no,");
	popup.document.write('<html>');
	popup.document.write('<title>'+title+'</title>');
	popup.document.write('<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">');
	popup.document.write('<a href="javascript:void(0)" onClick="self.close();return false"><img src="kiadvany/'+id+'_img_1.jpg" alt="'+title+'" width="'+width+'" height="'+height+'" title="'+title+'" border="0"></a>');
	popup.document.write('</body>');
	popup.document.write('</html>');
	popup.document.close();
}
