function openWindow(url) { window.open(url, "New", "width=250,height=250,dependant=no,scrollbars=no"); 
} 
function openSatelite(url) { window.open(url, "News", "width=190,height=520,dependant=no,scrollbars=no"); 
} 
function gotoPage(pid) { temp = "/mbd/t53/0,1623," + pid + ",00.html"; opener.location.href 
= temp; window.close(); }

function openWindow1(url) 
{ window.open(url, "New", "width=screen.width, height=330,dependant=no,scrollbars=no,locationbar=no,screenX=0, screenY=0, top=0,left=0"); 
} 
function fullscreen() {
   var xsize = screen.availWidth - 12;
   var ysize = screen.availHeight - 30;
   srcontent = window.open ("index.htm","srcontent",
               "width=" + xsize + ",height=" + ysize + ",scrollbars=no, locationbar=no, screenX=0, screenY=0, top=0, left=0");
}
function win1(url) {
   var xsize = screen.availWidth - 8;
   srcontent = window.open (url,"srcontent", 
   "width=" + xsize + ",height=260, scrollbars=yes, scroll=yes, locationbar=no, top=screen.height-200, screenY=screen.height-200 left=0");
  
}


//function moveto1() {
//window.moveTo(screen.width-0,screen.height-260);
 //window.focus();
 //  }




//function win1save() {
  // var xsize = screen.availWidth - 8;
   
   //srcontent = window.open ("dom.htm","srcontent",
            //   "width=" + xsize + ",height=300,scrollbars=no, locationbar=no, screenX=0, screenY=400, top=400, left=0");
//}