/* navigation rollover js */

if (document.images) {
 
home_off = new Image;
home_off.src = "images/nav_off_home.gif";
 
home_on = new Image;
home_on.src = "images/nav_on_home.gif";

coverings_off = new Image;
coverings_off.src = "images/nav_off_filecoverings.gif";
 
coverings_on = new Image;
coverings_on.src = "images/nav_on_filecoverings.gif";

cushions_off = new Image;
cushions_off.src = "images/nav_off_cushions.gif";
 
cushions_on = new Image;
cushions_on.src = "images/nav_on_cushions.gif";

tackboards_off = new Image;
tackboards_off.src = "images/nav_off_tackboards.gif";
 
tackboards_on = new Image;
tackboards_on.src = "images/nav_on_tackboards.gif";

markerproducts_off = new Image;
markerproducts_off.src = "images/nav_off_markerproducts.gif";
 
markerproducts_on = new Image;
markerproducts_on.src = "images/nav_on_markerproducts.gif";

surfaceoptions_off = new Image;
surfaceoptions_off.src = "images/nav_off_surfaceoptions.gif";
 
surfaceoptions_on = new Image;
surfaceoptions_on.src = "images/nav_on_surfaceoptions.gif";

faqs_off = new Image;
faqs_off.src = "images/nav_off_faqs.gif";
 
faqs_on = new Image;
faqs_on.src = "images/nav_on_faqs.gif";

contact_off = new Image;
contact_off.src = "images/nav_off_contactus.gif";
 
contact_on = new Image;
contact_on.src = "images/nav_on_contactus.gif";
 
}
 
function chgImg(imgField,newImg) {
 if (document.images) {
  document[imgField].src=eval(newImg+".src")
 }
}
/* end navigation rollover js */


/* pop-up js */
function doThePopUp(doc, thewidth, theheight)
{

	if (window.reWin) {
		reWin.close();
	}

	reWin=window.open(doc, 'anim' ,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+thewidth+',height='+theheight+',top=50,left=50');

}
/* end pop-up js */

/* pop-up js */
function closeThePopUp(doc, thewidth, theheight)
{

	if (window.reWin) {
		reWin.close();
	}

}
/* end pop-up js */
