﻿about_us=new Image(64,180)
about_us.src="images/about_us.jpg"
about_us_s=new Image(64,180)
about_us_s.src="images/about_us_s.jpg"
product=new Image(64,180)
product.src="images/product.jpg"
product_s=new Image(64,180)
product_s.src="images/product_s.jpg"
accessories=new Image(64,180)
accessories.src="images/accessories.jpg"
accessories_s=new Image(64,180)
accessories_s.src="images/accessories_s.jpg"
find_a_distributor=new Image(64,180)
find_a_distributor.src="images/find_a_distributor.jpg"
find_a_distributor_s=new Image(64,180)
find_a_distributor_s.src="images/find_a_distributor_s.jpg"
business_opportunity=new Image(64,180)
business_opportunity.src="images/business_opportunity.jpg"
business_opportunity_s=new Image(64,180)
business_opportunity_s.src="images/business_opportunity_s.jpg"

function filter(imagename,objectsrc){
if (document.images)
document.images[imagename].src=eval(objectsrc+".src")
}

function hylawincen (hadress, wname, hwidth, hheight) {
	var s_height = screen.height;
	var s_width = screen.width;
	var top = s_height/2 - hheight/2 - 30;
	var left= s_width/2 - hwidth/2;
    var defstr=	"top="+top+",left="+left+",height="+hheight+",width="+hwidth+",location=no,menubar=no,scrollbars=no,toolbar=no,resizable=no";
	window.open(hadress,wname,defstr);
}