// JavaScript Document

function l(img1)
{
	document.cookie="pro=" + img1 + ";path=/";
	window.open('popup.html','','width=420px , height=620px , top=(screen.availHeight-580)/2,left=(screen.availWidth-720)/2');
}

function p(img1)
{
	document.cookie="pro=" + img1 + ";path=/";
	window.open('popup.html','','width=220px , height=620px');
}

function l2(img2)
{
	document.cookie="pro=" + img2 + ";path=/";
	window.open('popup.html','','width=260px , height=620px');
}

function p2(img2)
{
	document.cookie="pro=" + img2 + ";path=/";
	window.open('popup.html','','width=520px , height=520px');
}

