// JavaScript Document
<!--
function popWin(url) {
	var theURL=url;
	newWin = window.open(theURL,'win','toolbar=No,menubar=No,left=200,top=200,width=800,resizable=yes,scrollbars=yes,status=No,location=No,height=600');
}
//-->
