function openWin(theURL)
{
	window.open(theURL,"catalog","width=600, height=650, top=25, left=300, scrollbars=yes, resizable=no");
}
