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";

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

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

if (screen.width == 640) {
window.open(fileUrl + fileQuery,'350x600','scrollbars=yes,directories=no,toolbar=no,status=yes,menubar=no,width=350,height=600')
}
if (screen.width == 800) {
window.open(fileUrl + fileQuery,'350x600','directories=no,toolbar=no,status=yes,menubar=no,width=350,height=600')
}
if (screen.width == 1024) {
window.open(fileUrl + fileQuery,'350x540','directories=no,toolbar=no,status=yes,left=350,top=250,menubar=no,width=350,height=540')
}
if (screen.width == 1280) {
window.open(fileUrl + fileQuery,'350x540','directories=no,toolbar=no,status=yes,left=350,top=250,menubar=no,width=350,height=540')
}
if (screen.width == 1600) {
window.open(fileUrl + fileQuery,'350x540','directories=no,toolbar=no,status=yes,left=350,top=250,menubar=no,width=350,height=540')
}

}