<!--

function popColorWindow (theURL) {
					
		popWin = window.open(theURL,"_","toolbar=yes,directories=no,scrollbars=yes,location=no,menubar=yes,resizable=yes,width=450,height=380,left=20,top=20");
		popWin.focus();
		}
		

// -->
