function openWindow(url) 
{ window.open(url, "New",
"resize=0 resizable=no,toolbar=no,status=0,width=250,height=250,dependant=no,scrollbars=no"); 
} 
function openWindow1(url) 
{ window.open(url, "News", 
"resize=0 resizable=no,toolbar=no,status=0,width=250,height=485,dependant=no, scrollbars=no,screenX=0,screenY=100"); 
 } 
function gotoPage(pid) { temp = ""; opener.location.href = temp; 
window.close();
 }
function 
ZweiFrames(URL1,F1,URL2,F2)
   {  
    parent.frames[F1].location.href=URL1;
    parent.frames[F2].location.href=URL2;
   }
function onfocus()
{onload=onfocus()
}
{setTimeout("self.focus()",1);
}
function fullscreen() {
   var xsize = screen.availWidth - 12;
   var ysize = screen.availHeight - 30;
   srcontent = window.open ("index1.htm","srcontent",
               "width=" + xsize + ",height=" + ysize + ",scrollbars=no,locationbar=no,screenX=0, screenY=0,top=0,left=0");
}
 