// if ( ll == "" ) ll = 0;

    var linkplacement = "";
    var i;
    for ( i = 0; i < ll; i++ ) {
      linkplacement = linkplacement + "../";
    }

if (document.images) {            // Active Images
	img01on = new Image();      
	img01on.src = linkplacement + "images/nav/btn_home_over.gif"; 
	img02on = new Image(); 
	img02on.src = linkplacement + "images/nav/btn_about_over.gif";  
	img03on = new Image();
	img03on.src = linkplacement + "images/nav/btn_products_over.gif";
	img04on = new Image();
	img04on.src = linkplacement + "images/nav/btn_gallery_over.gif";
	img05on = new Image();
	img05on.src = linkplacement + "images/nav/btn_customerservice_over.gif";
	img06on = new Image();
	img06on.src = linkplacement + "images/nav/btn_faq_over.gif";
	img07on = new Image();
	img07on.src = linkplacement + "images/nav/btn_contact_over.gif";
	img08on = new Image();
	img08on.src = linkplacement + "images/nav/btn_showroom_over.gif";
	
	img20on = new Image();
	img20on.src = linkplacement + "images/nav/btn_installation_over.gif";
	img21on = new Image();
	img21on.src = linkplacement + "images/nav/btn_refinishing_over.gif";
	img22on = new Image();
	img22on.src = linkplacement + "images/nav/btn_prefinished_over.gif";
	img23on = new Image();
	img23on.src = linkplacement + "images/nav/btn_hardwood_over.gif";
	img24on = new Image();
	img24on.src = linkplacement + "images/nav/btn_laminate_over.gif";
	img25on = new Image();
	img25on.src = linkplacement + "images/nav/btn_tile_over.gif";
	
	img30on = new Image();
	img30on.src = linkplacement + "images/nav/btn_serviceplan_over.gif";
	img31on = new Image();
	img31on.src = linkplacement + "images/nav/btn_warranty_over.gif";

	img01off = new Image(); 
	img01off.src = linkplacement + "images/nav/btn_home.gif"; 
	img02off = new Image();          
	img02off.src = linkplacement + "images/nav/btn_about.gif"; 
	img03off = new Image();
	img03off.src = linkplacement + "images/nav/btn_products.gif";
	img04off = new Image();
	img04off.src = linkplacement + "images/nav/btn_gallery.gif";
	img05off = new Image();
	img05off.src = linkplacement + "images/nav/btn_customerservice.gif";
	img06off = new Image();
	img06off.src = linkplacement + "images/nav/btn_faq.gif";
	img07off = new Image();
	img07off.src = linkplacement + "images/nav/btn_contact.gif";
	img08off = new Image();
	img08off.src = linkplacement + "images/nav/btn_showroom.gif";
	
	img20off = new Image();
	img20off.src = linkplacement + "images/nav/btn_installation.gif";
	img21off = new Image();
	img21off.src = linkplacement + "images/nav/btn_refinishing.gif";
	img22off = new Image();
	img22off.src = linkplacement + "images/nav/btn_prefinished.gif";
	img23off = new Image();
	img23off.src = linkplacement + "images/nav/btn_hardwood.gif";
	img24off = new Image();
	img24off.src = linkplacement + "images/nav/btn_laminate.gif";
	img25off = new Image();
	img25off.src = linkplacement + "images/nav/btn_tile.gif";
	
	img30off = new Image();
	img30off.src = linkplacement + "images/nav/btn_serviceplan.gif";
	img31off = new Image();
	img31off.src = linkplacement + "images/nav/btn_warranty.gif";

}
   
// Function to 'activate' images.
function imgOn(imgName) {
	if (document.images) {
		document[imgName].src = eval(imgName + "on.src");
	}
}
// Function to 'deactivate' images.
function imgOff(imgName) {
	if (document.images) {
		document[imgName].src = eval(imgName + "off.src");
	}
}

function popup(URL) {
  // URL is the passed in parameter where you specified your popup page
  // 0 means no, set toolbars = 0 means you don't want a toolbar to show up in your popup.
  // if you want a toolbar, set it to 1.  Other attributes work the same.
  window.open(URL,"popup01","'toolbars=0,width=500,height=425,menubar=0,scrollbars=1,resize=0'");
}
function bruce(URL) {
  window.open(URL,"popup09","'toolbars=0,width=300,height=350,menubar=0,scrollbars=1,resize=0'");
}
function popGallery(URL) {
  window.open(URL,"popup09","'toolbars=0,width=650,height=495,menubar=0,scrollbars=1,resize=0'");
}