
function openPopup()
{
	//alert(name + "   " + url + "  " + screen.width + " " + screen.height);
	//left = (screen.availWidth - 200) / 2;
	//top = (screen.availHeight - 200) / 2;

	left = (screen.width - 720) / 2;
	top1 = (screen.height - 500) / 2;
	
	//top1 = 100;

	/*		
	myRef = window.open("/swatches_popup.php?title=" + name + "&image_url=" + url ,'mywin',
	'left=' + left + ',top=100 ,width=300,height=280,toolbar=0,resizable=0');
	*/
	
	myRef = window.open("offer1.php" ,'mywin',
	'left=' + left + ',top=' + top1 + ',width=720,height=495,toolbar=0,resizable=0');

}

