function scmy(){
window.external.addFavorite(window.location.href,document.title);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function strdown1(obj,str)
							{
								if (document.all)
								{
									if(event.keyCode==13)
									{	
										document.getElementById(str).focus();
										event.keyCode=0;
									}
								}
							}
function login(){
    location.href="/userlogin.aspx?Rurl="+escape(location.href);
    return false;
}
function regist(){
    location.href="/reg.aspx?Rurl="+escape(location.href);
    return false;
}	
		
