<!--
j=document.images;

if (j) {
	products=new Image(); products.src="bt_products_1.gif";
	productsh=new Image(); productsh.src="bt_products_2.gif";
	aboutus=new Image(); aboutus.src="bt_aboutus_1.gif";
	aboutush=new Image(); aboutush.src="bt_aboutus_2.gif";
	buy=new Image(); buy.src="bt_buy_1.gif";
	buyh=new Image(); buyh.src="bt_buy_2.gif";
	tech=new Image(); tech.src="bt_tech_1.gif";
	techh=new Image(); techh.src="bt_tech_2.gif";
	faqs=new Image(); faqs.src="bt_faqs_1.gif";
	faqsh=new Image(); faqsh.src="bt_faqs_2.gif";
	lit=new Image(); lit.src="bt_lit_1.gif";
	lith=new Image(); lith.src="bt_lit_2.gif";
	links=new Image(); links.src="bt_links_1.gif";
	linksh=new Image(); linksh.src="bt_links_2.gif";
	home=new Image(); home.src="bt_home_1.gif";
	homeh=new Image(); homeh.src="bt_home_2.gif";
}

function img_act(p) {if (j) {on =  eval (p + "h.src"); document[p].src = on;}}
function img_inact(p) {if (j) {off =  eval (p + ".src"); document[p].src = off;}}

//-->