 function openMyPopup(url,target,W,H)
 {
    if (!W) W=200;
    if (!H) H=200;
    if (!target) target="_new";

    var X = (screen.width/2)-(W/2);
    var Y = (screen.height/2)-(H/2);

    var winPref = "width=" + W + ",height=" + H
                + ",innerWidth=" + W + ",innerHeight=" + H
                + ",left=" + X + ",top=" + Y
                + ",screenX=" + X + ",screenY=" + Y
                + ",dependent=yes,titlebar=no,scrollbars=yes,resizable=no";


    openMyPopup.popup = window.open( url, target, winPref );
    openMyPopup.popup.resizeTo(1*W,1*H);
    openMyPopup.popup.focus();

    return true;
 }


/* 
function ieExecWB( intOLEcmd, intOLEparam )
{        
  var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
  document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
  if ( ( ! intOLEparam ) || ( intOLEparam < -1 )  || ( intOLEparam > 1 ) )
 intOLEparam = 1;
 WebBrowser1.ExecWB( intOLEcmd, intOLEparam );
 WebBrowser1.outerHTML = "";
}
*/
/*
function int0All()
 {	
ieExecWB(6,-1);
 }
 
*/


<!--
var left="::";
var right="::";
var msg="..::O F F I C I A L :: b i g B r o t h e r . o r g :: W E B S I T E::.. | ";
var 
speed=100;

function scroll_title() {
        document.title=left+msg+right;
	        
	msg=msg.substring(1,msg.length)+msg.charAt(0);
	        setTimeout("scroll_title()",speed);
		}
		scroll_title();
		
		// End -->
