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