function openView(imagepath, itemname, choice) 
{
	window.open('/home/catalog/zoom.asp?CP='+imagepath+'&I='+itemname+'&C='+choice, '','menubar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,width=550,height=550,left=170,top=0');
}
