<!-- 
function popup(categories) {
	window.open(categories,"catalog",'toolbar=0,location=1,directories=0,status=1,menubar=0,scrollbars=1,width=400,height=450,resizable=0,screenX=100,screenY=100');
}
function pop(page,height,width)
{
	params = "height=" + height + ",width=" + width + ",status=1,toolbar=0,directories=0,menubar=0,location=0,scrollbars=1,resizable=1,top=50,left=50,screenX=50,screenY=50";
	mypopup = window.open(page,"PopupWindow",params);
	mypopup.focus();
}
-->
