
<!-- Hide from older browsers

	//global variable to track the page
	var intPage;

	//Pre-cache the off navigation buttons
	
	var arOff = new Array();
	arOff[0] = new Image(75, 15);
	arOff[1] = new Image(75, 15);
	arOff[2] = new Image(75, 15);
	arOff[3] = new Image(75, 15);
	arOff[4] = new Image(75, 15);
	
	arOff[0].src = "images/button_blue_home.gif";
	arOff[1].src = "images/button_blue_services.gif";
	arOff[2].src = "images/button_blue_clients.gif";
	arOff[3].src = "images/button_blue_contact.gif";
        arOff[4].src = "images/button_blue_about.gif";
	
	//Pre-cache the on navigation buttons
	
	var arOn = new Array();
	arOn [0] = new Image(75, 15);
	arOn [1] = new Image(75, 15);
	arOn [2] = new Image(75, 15);
	arOn [3] = new Image(75, 15);
	arOn [4] = new Image(75, 15);

	arOn [0].src = "images/button_purple_home.gif";
	arOn [1].src = "images/button_purple_services.gif";
	arOn [2].src = "images/button_purple_clients.gif";
	arOn [3].src = "images/button_purple_contact.gif";
	arOn [4].src = "images/button_purple_about.gif";
	
	var arThisPage= new Array();
	arThisPage[0] = new Image(75, 15);
	arThisPage[1] = new Image(75, 15);
	arThisPage[2] = new Image(75, 15);
	arThisPage[3] = new Image(75, 15);
        arThisPage[4] = new Image(75, 15);
	
	arThisPage[0].src = "images/button_blue_home.gif";
	arThisPage[1].src = "images/button_blue_services.gif";
	arThisPage[2].src = "images/button_blue_clients.gif";
	arThisPage[3].src = "images/button_blue_contact.gif";
	arThisPage[4].src = "images/button_blue_about.gif";

	function SetImage(i, strImageName)
	{
		if(i == intPage)
		{
			document.images[strImageName].src = arThisPage[i].src;

		}
		else
		{
			document.images[strImageName].src = arOff[i].src;
		}
	}

	
	
	function MouseOn(i, strImageName)
	{
		if(i == intPage)
		{
			document.images[strImageName].src = arThisPage[i].src;
		}
		else
		{
			document.images[strImageName].src = arOn[i].src;
		}
	}
	
	function MouseOff(i, strImageName)
	{
		if(i == intPage)
		{
			document.images[strImageName].src = arThisPage[i].src;
		}
		else
		{
			document.images[strImageName].src = arOff[i].src;
		}
	}






   	if (navigator.userAgent.indexOf("Mac") != -1) { 
		sCSS = '<STYLE type="text/css">' +
		'.placeholder {color:black}' +
		'A:link	{color: blue;}' +
		'A:visited	{color: black;}' +
		'A.bb	{color: black;text-decoration:underline; font-weight:bold;}' +
		'A.bb:visited	{color: black; text-decoration:underline;font-weight:bold;}' +
		'A:hover	{color:#DC143C;}' +
		'A.bb:hover	{color:#DC143C;}' +
		'A.mw:link	{color:black; font-weight:bold;font-size:9px;text-decoration:none;}' +
		'A.mw:visited	{color:black;}' +
		'A.mw:hover		{color:RED;}' +
		'BODY	{font-family:Arial,Sans-serif;color:black;font-size:.9em;}' +
		'.NV1	{font-family:Arial;font-weight:bold;font-size:1em;cursor:hand;margin-top:10;text-indent: -14;margin-left: 14;}' +
		'.NV2	{position:relative;font-size:.9em;font-weight:normal;}' +
		'.rtsidebar	{font-size:.9em;color:#000000;}' +
		'.spacerline {border-top: solid 0.1em #000000;margin-top:10;margin-bottom:10;width:120;}' +
		'.makethishp {font-size:.85em;}' +
		'.textonly {font-size:.9em;}' +
		'.cpy	{text-indent:-15;margin-left:15;margin-bottom:10;}' +
		'.hed	{margin-bottom:30;margin-left:10;}' +
		'.hdr	{border-top: solid 1px #003399;}' +
		'.b13	{font-weight: bold;font-size: 13px;}' +
		'.btns	{font-size: 11px;}' +
		'.pic	{font-size:.9em; margin:5;}' +
		'.copyright {font-size:.8em;}' +
		'.TSstoryheight {top:-4;height:130}' +
		'.storyheight {top:-4;height:130}' +
		'</STYLE>';
	}

	else {
		sCSS = '<STYLE type="text/css">' +
		'.placeholder {color:black}' +
		'A:link	{color: black;}' +
		'A:visited	{color: black;}' +
		'A.bb	{color: black;text-decoration:underline; font-weight:bold;}' +
		'A.bb:visited	{color: black; text-decoration:underline;font-weight:bold;}' +
		'A:hover	{color:#8080FF;}' +
		'A.bb:hover	{color:#8080FF;}' +
		'A.mw	{color:black; font-weight:bold;font-size:xx-small;text-decoration:none;}' +
		'A.mw:visited	{color:black;}' +
		'A.mw:hover		{color:#8080FF;}' +
		'.NV1	{font-family:Arial;font-weight:bold;font-size:.9em;cursor:hand;margin-top:10;text-indent: -14;margin-left: 14;}' +
		'.NV2	{position:relative;font-size:.9em;font-weight:normal;}' +
		'.rtsidebar	{font-size:.8em;color:#000000;}' +
		'.spacerline {border-top: solid 0.1em #000000;margin-top:18;width:120;}' +
		'.makethishp {font-size:.79em;}' +
		'.textonly {font-size:.8em;}' +
		'.cpy	{text-indent:-15;margin-left:15;margin-bottom:10;}' +
		'.hed	{margin-bottom:30;margin-left:10;}' +
		'.hdr	{border-top: solid 0.1em #003399;}' +
		'.b13	{font-weight: bold;font-size: 13px;}' +
		'.btns	{font-size: 11px;}' +
		'.copyright {font-size:.8em;}' +
		'.TSstoryheight {top:-10;height:120}' +
		'.storyheight {top:10;height:139}' +
		' BODY	{font-family:Arial,Sans-serif;color:black;}' +
		'</STYLE>';
	}

	document.write(sCSS)
	



 
//-->


