function info_popup()
{
   mywindow = window.open("help.htm","mywindow","location=0,status=0,scrollbars=0,toolbar=0,menubar=0,width=480,height=265");
   mywindow.moveTo(0,screen.height / 2);
} 

