
// Added by Rob Harbin to fix IE6 CSS hover
// Edited for zeela RE site Doug Jones

	
       fixhover=function() 
       {
               
	       var hpFeature = document.getElementById('hpFeature');
	       var hpInfo = document.getElementById('hpInfo');
	       var hfFeature = document.getElementById('hfFeature');
	       var hfInfo = document.getElementById('hfInfo');
	       var hdFeature = document.getElementById('hdFeature');
	       var hdInfo = document.getElementById('hdInfo');
	       
	       hpFeature.onmouseover = function()
	       {
		      hpFeature.src='images/buttons/index/hp_features2.gif';
		   
	       }
	       hpFeature.onmouseout = function()
	       {
		       hpFeature.src='images/buttons/index/hp_features.gif';
	       }
	       
	       hpInfo.onmouseover = function()
	       {
			hpInfo.src='images/buttons/index/hp_info2.gif';       
	       }
	       hpInfo.onmouseout = function()
	       {
			hpInfo.src='images/buttons/index/hp_info.gif';       
	       }
	       hfFeature.onmouseover = function()
	       {
		       hfFeature.src='images/buttons/index/hf_features2.gif';
	       }
	       hfFeature.onmouseout = function()
	       {
		       hfFeature.src='images/buttons/index/hf_features.gif';
	       }
	       hfInfo.onmouseover = function()
	       {
			hfInfo.src='images/buttons/index/hf_info2.gif';       
	       }
	       hfInfo.onmouseout = function()
	       {
		       hfInfo.src='images/buttons/index/hf_info.gif';
	       }
	       hdFeature.onmouseover = function()
	       {
		       hdFeature.src='images/buttons/index/hd_features2.gif';
	       }
	       hdFeature.onmouseout = function()
	       {
		       hdFeature.src='images/buttons/index/hd_features.gif';
	       }
	       
	       hdInfo.onmouseover = function()
	       {
			hdInfo.src = 'images/buttons/index/hd_info2.gif';       
	       }
	       hdInfo.onmouseout=function()
	       {
		       hdInfo.src='images/buttons/index/hd_info.gif';
	       }
	       
	      
					
	
	}


              

		

