var myfar;
var mytitle;
myfar="http://www.yoo.com.hk";
mytitle="YOO.COM.HK";
function favority() {
if (navigator.appName!="Netscape"){
window.external.AddFavorite(myfar, mytitle);}
else{
window.location = myfar;
}}

function SetOpts()
{
	document.login.username.focus();
}

function gothere(mname)
{
var thisform = mname;
 if (thisform.selectsite.options[thisform.selectsite.options.selectedIndex].value != "nolink") {window.open(thisform.selectsite.options[thisform.selectsite.options.selectedIndex].value);}
}
