if (document.images) {

   	var img1 = new Image();
	var img2 = new Image();
	var img3 = new Image();
	var img4 = new Image();
	var img5 = new Image();
	var img6 = new Image();
	var img7 = new Image();
	var img8 = new Image();

	img1.src = "../shared/2bthome.gif";
	img2.src = "../shared/2btnews.gif";
	img3.src = "../shared/2btcontactus.gif";
	img4.src = "../shared/2btaboutus.gif";
	img5.src = "../shared/2btproducts.gif";
	img6.src = "../shared/2btservices.gif";
	img7.src = "../shared/2btprincipals.gif";
	img8.src = "../shared/2btgroupofcompanies.gif";

}
  
function highlight(img, location, desc) {
    if (document.images) {
		document.images[img].src = location + "2bt" + img + ".gif";
    }
	window.status=desc;
	return true;
}

function unhighlight(img, location) {
    if (document.images) {
		document.images[img].src = location + "bt" + img + ".gif";
    }
	window.status="Bin Seddiq International - A Deal Creates Partnership";
	return true;
}

function appForm(file){
	kaliwa = (screen.width/2)-(720/2);
	ibaba = (screen.height/2)-(496/2);
	open(file,"popup","height=496,width=720,menubar=0,toolbar=0,scrollbars=1,top="+ibaba+",left="+kaliwa);
}

function testi(file){
	kaliwa = (screen.width/2)-(620/2);
	ibaba = (screen.height/2)-(500/2);
	open(file,"popup","height=500,width=620,menubar=0,toolbar=0,scrollbars=1,top="+ibaba+",left="+kaliwa);
}
