<!--
j=document.images;

if (j) {
	home=new Image(); home.src="/images/bt1_off.gif";
	homeh=new Image(); homeh.src="/images/bt1_on.gif";
	message=new Image(); message.src="/images/bt2_off.gif";
	messageh=new Image(); messageh.src="/images/bt2_on.gif";
	about=new Image(); about.src="/images/bt3_off.gif";
	abouth=new Image(); abouth.src="/images/bt3_on.gif";
	services=new Image(); services.src="/images/bt4_off.gif";
	servicesh=new Image(); servicesh.src="/images/bt4_on.gif";
	rates=new Image(); rates.src="/images/bt5_off.gif";
	ratesh=new Image(); ratesh.src="/images/bt5_on.gif";
	glossary=new Image(); glossary.src="/images/bt6_off.gif";
	glossaryh=new Image(); glossaryh.src="/images/bt6_on.gif";
	links=new Image(); links.src="/images/bt7_off.gif";
	linksh=new Image(); linksh.src="/images/bt7_on.gif";
	contact=new Image(); contact.src="/images/bt8_off.gif";
	contacth=new Image(); contacth.src="/images/bt8_on.gif";
	app=new Image(); app.src="/images/bt9_off.gif";
	apph=new Image(); apph.src="/images/bt9_on.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;}}

//-->