// JavaScript Document

function l(img1)
{
	document.cookie="pro=" + img1 + ";path=/";
	window.open('popup.html','','width=470px , height=590px');
}

function p(img1)
{
	document.cookie="pro=" + img1 + ";path=/";
	window.open('popup.html','','width=320px , height=320px');
}

function l2(img2)
{
	document.cookie="pro=" + img2 + ";path=/";
	window.open('popup.html','','width=340px , height=535px');
}

function p2(img2)
{
	document.cookie="pro=" + img2 + ";path=/";
	window.open('popup.html','','width=630px , height=375px');
}
