<!-- Original:  Eric King (eric_andrew_king@hotmail.com) --><!-- Web Site:  http://redrival.com/eak/ --><!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --><!-- Beginfunction NewWindow(mypage, myname, w, h, scroll) {var winl = (screen.width - w) / 2;var wint = (screen.height - h) / 2;winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no'+scroll+',resizable=no'win = window.open(mypage, myname, winprops)if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }}//--><!--      // The remote launching code.      function makeRemotepopup() {      remote = window.open("flash.html","remotewin","width=600,height=547,scrollbars=0");      remote.location.href = "popup/multiple_provider.html";          if (remote.opener == null) remote.opener = window;       remote.opener.name = "opener";      }      //-->