
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;
	}
}
}			
