<!--

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function relatedLinkspopup()
{
	if ((document.website.menu.value) != "")
	{
		window.open(document.website.menu.value);
		document.website.menu.selectedIndex=0
	}	
}

function emailCheck(field) {
	var valid = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz@&_-.0123456789";
	var ok = "yes";
	var temp;
	for (var i=0; i<field.value.length; i++) {
		temp = "" + field.value.substring(i, i+1);
		if (valid.indexOf(temp) == "-1") ok = "no";
	}
	hasAt = 0;
	hasDot = false;
	for (var i=0; i<field.value.length-1; i++) {
			if ((i >= 1) && (field.value.substring(i, i+1) == '@') && (field.value.substring(i+1, i+2) != '.')) // return true if it contains @ but not @.
				{
					hasAt = hasAt + 1;
				}
			if ((hasAt == 1) && (field.value.substring(i, i+1) == '.') && (i != field.value.length-1) && (field.value.substring(i+1, i+2) != '.') && (field.value.substring(i-1, i) != '.')) // return true if the pattern contains . after @ but not ..
				{
				hasDot = true;
				}
	}
	if ((hasAt == 1) && (hasDot) && (field.value.substring(field.value.length-1, field.value.length) != '.')) // return true if the pattern is *@*.*
	{
	}
	else 
	{
		ok = "no";
	}
	if (ok == "no") {
		alert("Sorry! Your email address is not valid!");
		field.focus();
		field.select();
		return false;
	}
}

function leftNavhighlight() { 
	if (subSection != "") {
	   document.getElementById(subSection).style.backgroundColor = "#D0EBFF";
	} 
}

function changeLayerposition() { 
	if (mainSection == "about") {
	document.getElementById('investmentsLayer').style.top = "327px";
	document.getElementById('mediaLayer').style.top = "375px";
	document.getElementById('irLayer').style.top = "400px";
	} else if (mainSection == "investments") {
		document.getElementById('mediaLayer').style.top = "315px";
		document.getElementById('irLayer').style.top = "342px";
		} else if (mainSection == "media") {
			document.getElementById('irLayer').style.top = "323px";
			}
}

function changeFinancial() {
	switch(form1.select.value) {
		case "1":
			window.document.location.href="fin_summ.html";
			window.reload();
			break;
		case "2":
			window.document.location.href="fin_summ_geo.html";
			window.reload();
			break;
	}
}

function changeAnnoun() {
	switch(form1.select.value) {
		case "2010":
			window.document.location.href="http://"+window.document.domain+"/eng/investor/announcements.html";
			reload();
			break;
		case "2009":
		case "2008":
		case "2007":
		case "2006":
		case "2005":
		case "2004":
		case "2003":
		case "2002":
		case "2001":
		case "2000":
			window.document.location.href="http://"+window.document.domain+"/eng/investor/announcements/"+form1.select.value+"/announcements.html";
			reload();
			break;
	}
}

function changeAnnoun_c() {
	switch(form1.select.value) {
		case "2010":
			window.document.location.href="http://"+window.document.domain+"/chi/investor/announcements.html";
			reload();
			break;
		case "2009":
		case "2008":
		case "2007":
		case "2006":
		case "2005":
		case "2004":
		case "2003":
		case "2002":
		case "2001":
		case "2000":
			window.document.location.href="http://"+window.document.domain+"/chi/investor/announcements/"+form1.select.value+"/announcements.html";
			reload();
			break;
	}
}

function changeCircular() {
	switch(form1.select.value) {
		case "2009":
			window.document.location.href="http://"+window.document.domain+"/eng/investor/circulars.html";
			reload();
			break;
		case "2008":
		case "2007":
		case "2006":
		case "2005":
		case "2004":
		case "2003":
		case "2002":
		case "2001":
		case "2000":
			window.document.location.href="http://"+window.document.domain+"/eng/investor/circulars/"+form1.select.value+"/circulars.html";
			reload();
			break;
	}
}

function changeCircular_c() {
	switch(form1.select.value) {
		case "2009":
			window.document.location.href="http://"+window.document.domain+"/chi/investor/circulars.html";
			reload();
			break;
		case "2008":
		case "2007":
		case "2006":
		case "2005":
		case "2004":
		case "2003":
		case "2002":
		case "2001":
		case "2000":
			window.document.location.href="http://"+window.document.domain+"/chi/investor/circulars/"+form1.select.value+"/circulars.html";
			reload();
			break;
	}
}

function localeChange(locale)
{
  var loc=new String(window.top.document.location);
    if(loc.match("/chi/")=="/chi/")
      var orgLocale="/chi/";
    else if(loc.match("/eng/")=="/eng/")
      var orgLocale="/eng/";
    loc=loc.replace(orgLocale,"/"+locale+"/");
  window.top.document.location=loc;
}

//-->