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();

	img1.src = "../shared/2bthome.gif";
	img2.src = "../shared/2btaboutus.gif";
	img3.src = "../shared/2btservices.gif";
	img4.src = "../shared/2btproducts.gif";
	img5.src = "../shared/2btclients.gif";
	img6.src = "../shared/2btcontactus.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="Creative Glass Graphics - Your Dream Is Our Reality";
	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=0,top="+ibaba+",left="+kaliwa);
}

function ftruevision(){
window.open('http://www.ftruevision.com','','width=800,height=580');
}