
function HelpPage(url){
/*leftPos=300
topPos=200
if(screen){
leftPos=(screen.width/2)

}
HelpWin=window.open(file,'HelpWin','width=350,height=300,left='+leftPos+',top='+topPos+'')

    if (!HelpWin.opener)
         HelpWin.opener = self; 

HelpWin.focus();
*/
// var help= new SWFObject('player.swf','mpl','300','250','9')
//help.write('helpbox');

  var help=document.getElementById("helpbox");
help.style.width=350;
help.style.height=300;

help.src=url;
}


function jumpPage(file){
leftPos=300
topPos=200
if(screen){
leftPos=(screen.width/2)+75

}
StretchWin=window.open(file,'StretchWin','width=300,height=200,titlebar=0,status=0,menubar=0,left='+leftPos+',top='+topPos+'')

    if (!StretchWin.opener)
         StretchWin.opener = self; 

StretchWin.focus();
}
