function imgwnd(image)
{
	F1 = window.open("./picurl.html?"+image,"Preview","width=310,height=400,resizable=1");
}

function printprod(id)
{
	F1 = window.open("./?p=37&pid="+id,"Print","width=600,height=400,resizable=0,scrolling=yes");
}
