google_ad_client = "pub-0712085824685950";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="";
google_color_border = "E3E3FF";
google_color_bg = "FFF4CF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";




startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;

function regular2(hawb) {
var john = "" + hawb + "";

var fileUrl = "email.php";
var fileQuery = "";
fileQuery += "?"; 
fileQuery += "arg";
	fileQuery += "=";
	fileQuery += john;

window.open(fileUrl + fileQuery,'350x540','directories=no,toolbar=no,status=yes,left=350,top=250,menubar=no,width=350,height=540')

}
