Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
function openWin( theURL, windowName ) {
/*return*/
window.open( theURL, windowName, 'resizeable=no,scrollbars=no,toolbar=no,location=no,menubar=no,directories=no,status=no,width=450,height=300,left=100,top=100') ;
}