﻿<!--
document.write('<div id="loading"><div class="txt"><img src="images/loading.gif" /><br><br><b>Please wait...</b><br><span style="font-size:9px; margin:100px 0 0 0;">Designed by <a href="http://siumanc.info/" target="_blank">SiuMan .C</a></span></div></div>');

//------------------------------letter / top message------------------------------

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

document.write('<div id="letter"><span><a href="javascript:;" onclick="MM_showHideLayers(\'letter\',\'\',\'hide\')">X</a></span><a href="http://www.petitiononline.com/hkpaydis/petition.html" target="_blank"><b>Click here</b></a> to sign the NESTA/PTU Pay Disparity petition and fight for equal pay for Hong Kong teachers.</div>');
document.write('<!--[if lte IE 6]><div id="upgrade"><span><a href="javascript:hideupgrade()">X</a></span> ! We Detected that you are using an old browser, the proposed update to <a href="http://www.mozilla.com/en-US/?from=sfx&uid=267821&t=449">Firefox</a> / <a href="http://www.google.com/chrome">Chrome</a> / <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">IE 8</a> / <a href="http://www.apple.com/safari/">Safari</a> / <a href="http://www.opera.com/">Opera</a></div><![endif]-->');

function hideupgrade()
{
	$("#upgrade").hide();
}
//------------------------------letter / top message------------------------------


function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}

addLoadEvent(function() {
document.getElementById("loading").style.display="none";
});




//font change
function resizeText(multiplier) {   
  if (document.body.style.fontSize == "") {   
    document.body.style.fontSize = "1.0em"; 
  }   
  document.body.style.fontSize = parseFloat(document.body.style.fontSize) + (multiplier * 0.2) + "em";   
}

-->