if (document.images) {
   	var img1 = new Image();
	var img2 = new Image();
	var img3 = new Image();

	img1.src = "shared/2btwhoweare.jpg";
	img2.src = "shared/2btwhatwedo.jpg";
	img3.src = "shared/2bthowtoreach.jpg";

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

function unhighlight(img, location) {
    if (document.images) {
		document.images[img].src = location + "bt" + img + ".jpg";
    }
	window.status="Al Mutawa Stable";
	return true;
}

var OpSys = checkOS();
		
		GetCSS(OpSys);
	
		function checkOS() {
			switch (navigator.platform)
			{
				case "Win32" : 
					OpSys = "Windows";
					break;
				case "MacPPC" : 
					OpSys = "Macintosh";
					break;
				default : 
					OpSys = "Linux";
			}
			return OpSys;
		}
		
		function GetCSS(File) {
			var FileName = "../css/" + File.toLowerCase() + ".css";
			document.write('<LINK REL="StyleSheet" TYPE="text/css" HREF="' + FileName + '">');
		}
	
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 intro_full(){
	window.open('intro_full.swf','bancnet','toolbar=0, scrollbars=1, resizable=1, address=0, width=800, height=600'); void(0);
}

