<!--
var flv=null;
var d=document;
var w=window;
function E(id){return d.getElementById(id);}

function setDftHP(){
//	var mh=E('mh');
//	if(mh&&typeof(mh.setHomePage)!="undefined"){
//		mh.setHomePage('http://www.smallcampus.net/');
//		event.returnValue=false;
//		return false;
//	}
  if (document.all)
    {
        document.body.style.behavior='url(#default#homepage)';
  			document.body.setHomePage('http://www.smallcampus.net/');
 
    }
    else if (window.sidebar)
    {
    if(window.netscape)
    {
         try
   {  
            netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");  
         }  
         catch(e)  
         {  
    				//alert("this action was aviod by your browserĦAif you want to enableĦAplease enter about:config in your address line,and change the value of signed.applets.codebase_principal_support to true");  
         }
    } 
    var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components. interfaces.nsIPrefBranch);
    prefs.setCharPref('browser.startup.homepage','http://www.smallcampus.net');
 }

  
  
}

function openBrWindow(theURL,winName,features) {
  winPopup = window.open(theURL,winName,features);
  if (winPopup) {
  	winPopup.focus();
  }
}

function FooterItem(item){
	if (item == "privacy"){
		  openBrWindow('http://www.hkedcity.net/tools/local_popup.phtml?page_url=aHR0cDovL3d3dy5oa2VkY2l0eS5uZXQvbm90aWNlcy90Y19jaGluZXNlLnBocCNzMQ==','privacy','menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=780,height=560');
	}
	if (item == "copyright"){
		  openBrWindow('http://www.hkedcity.net/tools/local_popup.phtml?page_url=aHR0cDovL3d3dy5oa2VkY2l0eS5uZXQvbm90aWNlcy90Y19jaGluZXNlLnBocCNzMg==','copyright','menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=780,height=560');
	}
	if (item == "disclaimer"){
		  openBrWindow('http://www.hkedcity.net/tools/local_popup.phtml?page_url=aHR0cDovL3d3dy5oa2VkY2l0eS5uZXQvbm90aWNlcy90Y19jaGluZXNlLnBocCNzMw==','disclaimer','menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=780,height=560');
	}
	if (item == "tnc"){
		  openBrWindow('http://www.hkedcity.net/tools/local_popup.phtml?page_url=aHR0cDovL3d3dy5oa2VkY2l0eS5uZXQvbm90aWNlcy90Y19jaGluZXNlLnBocCNzNA==','copyright','menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=780,height=560');
	}
 	if (item == "recommend"){
		  openBrWindow('/my_feature.php?actionID=3','score_win','height=380,width=430,scrollbars=yes')
	}
 
}

-->
