<!--
var d=new String(parent.document.location.host);
var sc=false;

var re = /sc.hangseng.com/i;
if (re.test(d)) 		//detect simplified chinese
	sc=true;
function create_ef() {
	var html="";
if (sc) {
	html+='<img src="http://www.hangseng.com/cms/emkt/pmo/common/schi/pmo/ef/ef.gif" width="961" height="157" border="0" usemap="#efMap2"   />\n';
} else {
	html+='<img src="http://www.hangseng.com/cms/emkt/pmo/common/chi/pmo/ef/ef.gif" width="961" height="157" border="0" usemap="#efMap2"   />\n';
}	
	html+='<map name="efMap2" id="efMap2">\n';
               html+='<area shape="rect" coords="118,34,150,51"   href="javascript:MM_openBrWindow()"  />\n';
	html+='<area shape="rect" coords="407,133,435,146"  href="javascript:MM_openBrWindow2()"   />\n';
	html+='</map>\n';
	document.write(html);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open('https://www.hangseng.com/promotion/html_ssl/mulemail/chinese/form.asp?sect=ql&code=e09&source=promo','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=1010,height=730');
}
function MM_openBrWindow2(theURL,winName,features) { //v2.0
  if (sc) {
  	window.open('http://www.hangseng.com/cms/emkt/pmo/grp03/p06/schi/index.html','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=1010,height=730');
  } else {
  	window.open('http://www.hangseng.com/cms/emkt/pmo/grp03/p06/chi/index.html','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=1010,height=730');
  }		
}

//-->

