



<!-- mouseovers -->

browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

if (browser)
{
  
	tn_logo = new Image(122, 73);
	tn_logo.src = "/assets/images/nav/logo_on.gif";
	tn_logo_up = new Image(122, 73);
	tn_logo_up.src = "/assets/images/nav/logo_off.gif";

	tn_allproducts = new Image(92, 44);
	tn_allproducts.src = "/assets/images/nav/tn_all_products_on.gif";
	tn_allproducts_up = new Image(92, 44);
	tn_allproducts_up.src = "/assets/images/nav/tn_all_products_off.gif";

	tn_parts = new Image(129, 44);
	tn_parts.src = "/assets/images/nav/tn_parts_accessories_on.gif";
	tn_parts_up = new Image(129, 44);
	tn_parts_up.src = "/assets/images/nav/tn_parts_accessories_off.gif";

	tn_support = new Image(123, 44);
	tn_support.src = "/assets/images/nav/tn_cust_service_on.gif";
	tn_support_up = new Image(123, 44);
	tn_support_up.src = "/assets/images/nav/tn_cust_service_off.gif";
	  
	ft_offers = new Image(142, 42);
	ft_offers.src = "/assets/images/nav/ftr_offers_events_on.gif";
	ft_offers_up = new Image(142, 42);
	ft_offers_up.src = "/assets/images/nav/ftr_offers_events_off.gif";

	ft_locator = new Image(123, 42);
	ft_locator.src = "/assets/images/nav/ftr_store_locator_on.gif";
	ft_locator_up = new Image(123, 42);
	ft_locator_up.src = "/assets/images/nav/ftr_store_locator_off.gif";
	  
	b_compare = new Image(68, 27);
	b_compare.src = "resources/b_compare_on.gif";
	b_compare_up = new Image(68, 27);
	b_compare_up.src = "resources/b_compare_off.gif";
	  
	go = new Image(83, 21);
	go.src = "/assets/images/custserv/b_send_email_on.gif";
	go_up = new Image(83, 21);
	go_up.src = "/assets/images/custserv/b_send_email.gif";

	subscribe = new Image(79, 20);
	subscribe.src = "resources/b_subscribe_on.gif";
	subscribe_up = new Image(79, 20);
	subscribe_up.src = "resources/b_subscribe_off.gif";

	sr_go = new Image(83, 21);
	sr_go.src = "/assets/images/custserv/go_on_body.gif";
	sr_go_up = new Image(83, 21);
	sr_go_up.src = "/assets/images/custserv/b_go.jpg";
	  
	faq_go = new Image(83, 21);
	faq_go.src = "/assets/images/custserv/go_on_body.gif";
	faq_go_up = new Image(83, 21);
	faq_go_up.src = "/assets/images/custserv/b_go.jpg";
  
	p_photo1_on = new Image();
	p_photo1_on.src = 'resources/photo1_on.gif';
	p_photo1_off = new Image();
	p_photo1_off.src = 'resources/photo1_off.gif';

	p_photo2_on = new Image();
	p_photo2_on.src = 'resources/photo2_on.gif';
	p_photo2_off = new Image();
	p_photo2_off.src = 'resources/photo2_off.gif';

	p_photo3_on = new Image();
	p_photo3_on.src = 'resources/photo3_on.gif';
	p_photo3_off = new Image();
	p_photo3_off.src = 'resources/photo3_off.gif';

	p_photo4_on = new Image();
	p_photo4_on.src = 'resources/photo4_on.gif';
	p_photo4_off = new Image();
	p_photo4_off.src = 'resources/photo4_off.gif';

	p_photo5_on = new Image();
	p_photo5_on.src = 'resources/photo5_on.gif';
	p_photo5_off = new Image();
	p_photo5_off.src = 'resources/photo5_off.gif';

	p_tab_features= new Image (139, 26);
	p_tab_features.src=  "resources/feat_on.gif";
	p_tab_features_up= new Image (139, 26);
	p_tab_features_up.src="resources/feat.gif";
	 
	p_tab_specs= new Image (134, 26);
	p_tab_specs.src=  "resources/tab_specifications_over.gif";
	p_tab_specs_up= new Image (134, 26);
	p_tab_specs_up.src="resources/tab_specifications_off.gif";
	   
	p_tab_guides= new Image (134, 26);
	p_tab_guides.src=  "resources/lit_on.gif";
	p_tab_guides_up= new Image (134, 26);
	p_tab_guides_up.src="resources/lit.gif";

	p_tab_related= new Image (134, 26);
	p_tab_related.src=  "resources/tab_related_prod_over.gif";
	p_tab_related_up= new Image (134, 26);
	p_tab_related_up.src="resources/tab_related_off.gif";

}

function loadimage(imageName, imgObjName)
{
    if (browser)
    {
        document.images[imageName].src = eval(imgObjName + ".src");
        //alert(document.images[imageName].src);
        return true;
    }
}


<!-- dropdown links on select -->
function doSel(obj)
 {
     for (i = 1; i < obj.length; i++)
        if (obj[i].selected == true)
           eval(obj[i].value);
}

function openWindow(url,winName,width,height){
	var winRef = window.open(url, winName, "height=" + height + ",width=" + width + ",status=yes,toolbar=no,menubar=no,location=no,directories=no,resizable=yes,scrollbars=yes,titlebar=no");
}

<!-- swap image functions for logo & all products -->

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function picPop(href)
{
	window.open(href,'pic','width=500,height=600,toolbar=0,menubar=0,location=0',1);
}
