// JavaScript Document

function l(img1)
{
	document.cookie="pro=" + img1 + ";path=/";
	window.open('popup.html','','width=590px , height=620px');
}

function p(img1)
{
	document.cookie="pro=" + img1 + ";path=/";
	window.open('popup.html','','width=420px , height=620px');
}

function l2(img2)
{
	document.cookie="pro=" + img2 + ";path=/";
	window.open('popup.html','','width=492px , height=550px');
}

function p2(img2)
{
	document.cookie="pro=" + img2 + ";path=/";
	window.open('popup.html','','width=600px , height=610px');
}
