﻿function  HideStatusBar()   
{   
    return window.status="mm62.com";   
}   
String.prototype.trim=function()
{
        return this.replace(/(^\s*)|(\s*$)/g, "");
}


function TitleSearch() 
{ 
    var title = document.getElementById("txtTitle").value.trim();
    if(title=="") return;
    window.location.href = "KeyList.aspx?T=1&V="+escape(title); 
} 
 width=screen.availWidth; 
 height=screen.availHeight; 
 window.moveTo(0,0); 
 window.resizeTo(width,height); 


