function HOR(X, Y) {
	var photo=
	window.open("","",'toolbar=0,menubar=0,scrollbars=0,location=0,directories=0,resizable=0,copyhistory=0,width=605,height=415,screenx=5,screeny=5')
		photo.document.open();
		photo.document.write("<html>");
		photo.document.write("<title>" + Y +"</title>");
		photo.document.write("<body leftmargin=3 topmargin=3 marginheight=3 marginwidth=3 bgcolor=black>");
		photo.document.write("<img src="+X+" width=600 height=410 border=0>");
		photo.document.write("</body></html>");
		photo.document.close();
}
function VER(X, Y) {
	var photo=
	window.open("","",'toolbar=0,menubar=0,scrollbars=0,location=0,directories=0,resizable=0,copyhistory=0,width=355,height=505,screenx=5,screeny=5')
		photo.document.open();
		photo.document.write("<html>");
		photo.document.write("<title>" + Y +"</title>");
		photo.document.write("<body leftmargin=3 topmargin=3 marginheight=3 marginwidth=3 bgcolor=black>");
		photo.document.write("<img src="+X+" width=350 height=500 border=0>");
		photo.document.write("</body></html>");
		photo.document.close();
}

function SQU(X, Y) {
	var photo=
	window.open("","",'toolbar=0,menubar=0,scrollbars=0,location=0,directories=0,resizable=0,copyhistory=0,width=415,height=415,screenx=100,screeny=100')
		photo.document.open();
		photo.document.write("<html>");
		photo.document.write("<title>" + Y +"</title>");
		photo.document.write("<body leftmargin=3 topmargin=3 marginheight=3 marginwidth=3 bgcolor=black>");
		photo.document.write("<img src="+X+" width=410 height=410 border=0>");
		photo.document.write("</body></html>");
		photo.document.close();
}

function OLD(X, Y) {
	var photo=
	window.open("","",'toolbar=0,menubar=0,scrollbars=0,location=0,directories=0,resizable=0,copyhistory=0,width=305,height=415,screenx=5,screeny=5')
		photo.document.open();
		photo.document.write("<html>");
		photo.document.write("<title>" + Y +"</title>");
		photo.document.write("<body leftmargin=3 topmargin=3 marginheight=3 marginwidth=3>");
		photo.document.write("<img src="+X+" width=300 height=410 border=0>");
		photo.document.write("</body></html>");
		photo.document.close();
}
