// JavaScript Document
function bookmark(url,title){
  if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
  window.external.AddFavorite(url,title);
  } else if (navigator.appName == "Netscape") {
    window.sidebar.addPanel(title,url,"");
  } else {
    alert("Press CTRL-D (Netscape) or CTRL-T (Opera) to bookmark");
  }
}

function mailpage()
{
mail_str = "mailto:?subject=" + document.title;
mail_str += "&body=To create a world class, diversified resources company with high quality assets, low cost production, providing superior returns to our shareholders. ";
mail_str += "You can view it at, " + location.href;
location.href = mail_str;
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//function MM_jumpMenu(targ,selObj,restore){ //v3.0
//var tot_ln=selObj.value.length;
//var new_ln=selObj.value.lastIndexOf(".")+1;
//var ex_extn=selObj.value.substr(new_ln, tot_ln)
////alert(new_ln);
////alert(ex_extn);
//
//
//if(ex_extn=='html'){
//  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
//	}
//	else{
//		alert(ex_extn)
//		 eval("new.location='"+selObj.options[selObj.selectedIndex].value+"'");
//		} if (restore) selObj.selectedIndex=0;
//}



/*------------------------------------------------------------
	Document Text Sizer- Copyright 2003 - Taewook Kang.  All rights reserved.
	Coded by: Taewook Kang (txkang.REMOVETHIS@hotmail.com)
	Web Site: http://txkang.com
	Script featured on Dynamic Drive (http://www.dynamicdrive.com)
	
	Please retain this copyright notice in the script.
	License is granted to user to reuse this code on 
	their own website if, and only if, 
	this entire copyright notice is included.
--------------------------------------------------------------*/

