var abouton = new Image; abouton.src="/images/butt01_on.gif";
var phonecardon = new Image; phonecardon.src="/images/butt02_on.gif";
var carrieron = new Image; carrieron.src="/images/butt03_on.gif";
var networkon = new Image; networkon.src="/images/butt04_on.gif";
var simplifion = new Image; simplifion.src="/images/butt10_on.gif";
var worldsaveron = new Image; worldsaveron.src="/images/butt08_on.gif";
var residentialon = new Image; residentialon.src="/images/butt09_on.gif";
var contacton = new Image; contacton.src="/images/butt05_on.gif";
var careeron = new Image; careeron.src="/images/butt06_on.gif";
var idton = new Image; idton.src="/images/butt07_on.gif";
var financialon = new Image; financialon.src="/images/butt11_on.gif";
var mobileon = new Image; mobileon.src="/images/butt12_on.gif";
var wifion = new Image; wifion.src="/images/butt13_on.gif";

 // Init for flash detection vars

	var nav = navigator.appName;
	var ver = navigator.appVersion;
	if (nav == "Microsoft Internet Explorer")
	   nav = "IE";
	else
	   nav = "Netscape";
	var flashinstalled;
	//flashinstalled: 1 - not installed. 2 - installed.

	if (nav=="Netscape")
	{
	   if (navigator.plugins && navigator.plugins.length)
	   {
			var x = navigator.plugins["Shockwave Flash"];
			if (x)
				 flashinstalled = 2;
			else
				 flashinstalled = 1;
	   }
	}
	else
	  eval('try { var x = new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); flashinstalled = 2;} catch(e){ flashinstalled = 1;}');

 // end flash detection
