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