function openPhotoWindow(productName, photoName)
{
	address = ("image_popup.php?name=" + productName + "&image=" + photoName);
	flyout = window.open(address, "photoWindow", "width=687,height=550,menubar=no,toolbar=no,resizeable=yes,status=no,scrollbars=yes,center=0,left=20,right=0,middle=0,bottom=0,top=30");
}

function videoWindow(address)
{
	generalWindow = window.open(address, "videoWindow", "width=420,height=420,menubar=no,toolbar=no,resizeable=yes,status=no,scrollbars=yes,center=0,left=30,right=0,middle=0,bottom=0,top=40");
}