
<!--
function openWindow(myLink,windowName) 
{ 
if(! window.focus)return; 
var myWin=window.open("",windowName,"toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,left=5,top=5,width=790,height=375"); 
myWin.focus(); 
myLink.target=windowName; 
}
//-->
