// JavaScript Document

function l(img1)
{
	document.cookie="pro=" + img1 + ";path=/";
	window.open('popup.html','','width=492px , height=525px');
}

function p(img1)
{
	document.cookie="pro=" + img1 + ";path=/";
	window.open('popup.html','','width=482px , height=515px');
}


