{
	srchgo0=new Image();
	srchgo0.src="images/search-go-off.gif";
	srchgo1=new Image();
	srchgo1.src="images/search-go-on.gif"; 
	
	textminus0=new Image();
	textminus0.src="images/text-minus-off.gif";
	textminus1=new Image();
	textminus1.src="images/text-minus-on.gif"; 
	textminus2=new Image();
	textminus2.src="images/text-minus-null.gif";
	
	textplus0=new Image();
	textplus0.src="images/text-plus-off.gif";
	textplus1=new Image();
	textplus1.src="images/text-plus-on.gif"; 
	textplus2=new Image();
	textplus2.src="images/text-plus-null.gif"; 
	
	home0=new Image();
	home0.src="images/mj_homeoff.gif";
	home1=new Image();
	home1.src="images/mj_homeon.gif";
	home2=new Image();
	home2.src="images/mj_homeselect.gif";   
	
	
	about0=new Image();
	about0.src="images/mj_aboutoff.gif";
	about1=new Image();
	about1.src="images/mj_abouton.gif";
	about2=new Image();
	about2.src="images/mj_aboutselect.gif";	
	
	
	ltc0=new Image();
	ltc0.src="images/mj_ltcoff.gif";
	ltc1=new Image();
	ltc1.src="images/mj_ltcon.gif";
	ltc2=new Image();
	ltc2.src="images/mj_ltcselect.gif";  
	
	rf0=new Image();
	rf0.src="images/mj_forceoff.gif";
	rf1=new Image();
	rf1.src="images/mj_forceon.gif";
	rf2=new Image();
	rf2.src="images/mj_forceselect.gif";	
	
	
	sts0=new Image();
	sts0.src="images/mj_schooloff.gif";
	sts1=new Image();
	sts1.src="images/mj_schoolon.gif";
	sts2=new Image();
	sts2.src="images/mj_schoolselect.gif";  
	
	sbs0=new Image();
	sbs0.src="images/mj_billingoff.gif";
	sbs1=new Image();
	sbs1.src="images/mj_billingon.gif";
	sbs2=new Image();
	sbs2.src="images/mj_billingselect.gif";
	

	jobs0=new Image();
	jobs0.src="images/mj_jobsoff.gif";
	jobs1=new Image();
	jobs1.src="images/mj_jobson.gif";
	jobs2=new Image();
	jobs2.src="images/mj_jobsselect.gif";
	

	contact0=new Image();
	contact0.src="images/mj_contactoff.gif";
	contact1=new Image();
	contact1.src="images/mj_contacton.gif";
	contact2=new Image();
	contact2.src="images/mj_contactselect.gif";


}

// Flash

function getCorpHomeFlash() {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="970" height="272" id="flash" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="images/flashmovie.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /><embed src="images/flashmovie.swf" quality="high" bgcolor="#ffffff" width="970" height="272" name="flash" align="middle" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
}

// show-hide content functions

function showHideContent(divNum) {
	if (document.getElementById) {
		if (document.getElementById('div1')) {
			if (document.getElementById('div' + divNum).style.display == 'block') {
				document.getElementById('div' + divNum).style.display = 'none';
				document.getElementById('open-close' + divNum).src = '/images/icon-open.gif';
			}
			else {
				document.getElementById('div' + divNum).style.display = 'block';
				document.getElementById('open-close' + divNum).src = '/images/icon-close.gif';
			}
		}
	}
}
