
var var_theURL = "";
var var_winName = "";
var var_features = "";

function MM_openBrWindow(theURL,winName,features) 
{
    var_theURL = theURL;
    var_winName = winName;
    var_features = features+'",resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no"'

    window.open(theURL,"",features+'",resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no"'); 
    
    //jQuery²»ÄÜÓÃ.
    //checkPass(winName);
} 

var lastUsername = "";
var num = 0;
var nMyHomeID = "";
var bCheckOK = false;

function setWindow(){
	var width = 932 ;
	var height = 574 ;
	//top.resizeTo(width,height);
	
	top.moveTo((screen.availWidth-width)/2,(screen.availHeight-height)/2);
}
