var fie4 = false
	if (navigator.userAgent.indexOf("MSIE")>=0
		&& navigator.appVersion.substring(0,1) >= 4)
	fie4 = true;
	
	function MakeCool_bk(objElement) 
		{
			if (fie4) 
				{
				objElement.style.color = "#33ff66"
				
				}
		}
		
		
		
	function MakeCool(objElement)
		{ 
		objElement.src="images/btnHome_on.jpg"
		}								
										
										
											
	
	function MakeNormal(objElement)
		{
			if (fie4)
				{
				objElement.style.color = "#FFFF99"
				
				}
		}

		
	function MakeLinksCool(objElement) 
		{
			if (fie4)
				{
				objElement.style.textDecoration = "Underline"
			/*	objElement.style.fontStyle="Italic" */
				objElement.style.color = "ForestGreen"
				}
		}
	
	function MakeLinksNormal(objElement)
		{
			if (fie4)
				{
				objElement.style.textDecoration = "None"
				objElement.style.fontStyle="Normal"
				objElement.style.color = "Navy"
				}
		}
		
	function MM_swapImage() { //v3.0
  		var i,j=0,x,a=MM_swapImage.arguments;
   		document.MM_sr=new Array;
   		for(i=0;i<(a.length-2);i+=3)
   		if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}	
	

