function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function real_satel(){
popup = window.open("satel_stream.htm","popDialog","height=152,width=152,scrollbars=no, top=0, left=0");
window.popup.moveTo(700,000);
}
function real_hotbird(){
popup = window.open("hotbird_stream.htm","popDialog","height=152,width=152,scrollbars=no, top=0, left=0")
window.popup.moveTo(700,000);
}
