compat = false; 
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; } 
width = 141 
height = 21 
if( compat ) 
{ 
tool1on = new Image;(width, height) 
tool1on.src = "images/floorplan2_03.gif"; 
tool1off = new Image;(width, height) 
tool1off.src = "images/floorplan_03.gif"; 
tool2on = new Image;(width, height) 
tool2on.src = "images/floorplan_05_sold2.gif"; 
tool2off = new Image;(width, height) 
tool2off.src = "images/floorplan_05_sold.gif"; 
tool3on = new Image;(width, height) 
tool3on.src = "images/floorplan2_07.gif"; 
tool3off = new Image;(width, height) 
tool3off.src = "images/floorplan_07.gif"; 
tool4on = new Image;(width, height) 
tool4on.src = "images/floorplan2_09.gif"; 
tool4off = new Image;(width, height) 
tool4off.src = "images/floorplan_09.gif"; 
tool5on = new Image;(width, height) 
tool5on.src = "images/floorplan2_13.gif"; 
tool5off = new Image;(width, height) 
tool5off.src = "images/floorplan_13.gif"; 
tool6on = new Image;(width, height) 
tool6on.src = "images/floorplan_15_sold2.gif"; 
tool6off = new Image;(width, height) 
tool6off.src = "images/floorplan_15_sold.gif"; 
tool7on = new Image;(width, height) 
tool7on.src = "images/floorplan2_17.gif"; 
tool7off = new Image;(width, height) 
tool7off.src = "images/floorplan_17.gif"; 
tool8on = new Image;(width, height) 
tool8on.src = "images/floorplan2_19.gif"; 
tool8off = new Image;(width, height) 
tool8off.src = "images/floorplan_19.gif"; 
tool9on = new Image;(width, height) 
tool9on.src = "images/floorplan_21_sold2.gif"; 
tool9off = new Image;(width, height) 
tool9off.src = "images/floorplan_21_sold.gif"; 
} 
function glow(x, y) 
{   if( compat ) { document.images[x].src=eval(y+'.src'); }}