 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(); }