<!--  

if (document.images) {	

	homesolutionson = new Image(221, 254);
    homesolutionson.src = "images/H_homesol_on.jpg"
	homesolutionsoff = new Image(221, 254);
	homesolutionsoff.src = "images/H_homesol_off.jpg"

	businesssolutionson = new Image(221, 254);
	businesssolutionson.src = "images/H_smbussol_on.jpg"
	businesssolutionsoff = new Image(221, 254);
	businesssolutionsoff.src = "images/H_smbussol_off.jpg"
	
	commercialsolutionson = new Image(221, 254);
	commercialsolutionson.src = "images/H_commsol_on.jpg"
	commercialsolutionsoff = new Image(221, 254);
	commercialsolutionsoff.src = "images/H_commsol_off.jpg"

	
        }

function On(imgName) {
      if (document.images) 
          document.images[imgName].src = eval(imgName + "on.src");
}

function Off(imgName) {
      if (document.images)
             document.images[imgName].src = eval(imgName + "off.src");
}

window.defaultStatus = '';

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=390,height=260');");
}
// End -->
// -->

<!--
defaultStatus = '';
//-->