

//--> 

<!--
function launchit(theURL,winName,features) { //v1.2
		trywindow=window.open(theURL,winName,features);
		trywindow.focus();
}
//-->
