// JavaScript Document

// load images  
	graytag = new Image(233,19);
	graytag.src = "img/graytag.gif";
	
	mhome = new Image(61,19); 			 
	mhome.src = "img/mhome.gif"; 
	mhome_ov = new Image(61,19); 			 
	mhome_ov.src = "img/mhome_ov.gif";
	mhome_dn = new Image(61,19); 			 
	mhome_dn.src = "img/mhome_dn.gif";
	
	mcompany = new Image(82,19); 			 
	mcompany.src = "img/mcompany.gif"; 
	mcompany_ov = new Image(82,19); 			 
	mcompany_ov.src = "img/mcompany_ov.gif";
	mcompany_dn = new Image(82,19); 			 
	mcompany_dn.src = "img/mcompany_dn.gif";
	
	mproducts = new Image(88,19); 			 
	mproducts.src = "img/mproducts.gif"; 
	mproducts_ov = new Image(88,19); 			 
	mproducts_ov.src = "img/mproducts_ov.gif";
	mproducts_dn = new Image(88,19); 			 
	mproducts_dn.src = "img/mproducts_dn.gif";
	
	mservices = new Image(84,19); 			 
	mservices.src = "img/mservices.gif"; 
	mservices_ov = new Image(84,19); 			 
	mservices_ov.src = "img/mservices_ov.gif";
	mservices_dn = new Image(84,19); 			 
	mservices_dn.src = "img/mservices_dn.gif";
	
	mclients = new Image(74,19); 			 
	mclients.src = "img/mclients.gif"; 
	mclients_ov = new Image(74,19); 			 
	mclients_ov.src = "img/mclients_ov.gif";
	mclients_dn = new Image(74,19); 			 
	mclients_dn.src = "img/mclients_dn.gif";
	
	mawards = new Image(76,19); 			 
	mawards.src = "img/mawards.gif"; 
	mawards_ov = new Image(76,19); 			 
	mawards_ov.src = "img/mawards_ov.gif";
	mawards_dn = new Image(76,19); 			 
	mawards_dn.src = "img/mawards_dn.gif";

	mcontact = new Image(79,19); 			 
	mcontact.src = "img/mcontact.gif"; 
	mcontact_ov = new Image(79,19); 			 
	mcontact_ov.src = "img/mcontact_ov.gif";
	mcontact_dn = new Image(79,19); 			 
	mcontact_dn.src = "img/mcontact_dn.gif";


function imgOut(imgName) {
  ActiveImage = eval(imgName + ".src");
  document [imgName].src = ActiveImage;
}

function imgOver(imgName) {
	ActiveImage = eval(imgName + "_ov.src");
	document [imgName].src = ActiveImage;
}

function imgDown(imgName) {
	ActiveImage = eval(imgName + "_dn.src");
	document [imgName].src = ActiveImage;
}

function imgUp(imgName) {
  ActiveImage = eval(imgName + "_ov.src");
  document [imgName].src = ActiveImage;
}

function openCLWindow(url) { 
	popupWin = window.open(url,'CLWin','width=530,height=350,scrollbars=yes,resizable=no,left=15,top=10'); 
	popupWin.focus();
}

function openWindow(url,windowparam) { 
			popupWin = window.open(url,'flashsample',windowparam); 
			popupWin.focus();
} 

function openWindow667(url) { 
			popupWin2 = window.open(url,'flashsample',"width=667,height=500,scrollbars=no,resizable=no,left=15,top=10"); 
			popupWin2.focus();
} 

function openWindow720(url) { 
			popupWin2 = window.open(url,'lessonsample',"width=720,height=540,scrollbars=no,resizable=no,left=15,top=10"); 
			popupWin2.focus();
} 


function openWindow800(url) { 
			popupWin3 = window.open(url,'flashsample',"width=800,height=600,scrollbars=no,resizable=no,left=15,top=10"); 
			popupWin3.focus();
}

function openWindow640(url) { 
			popupWin3 = window.open(url,'flashsample',"width=640,height=480,scrollbars=no,resizable=no,left=15,top=10"); 
			popupWin3.focus();
}
