
if (document.images)
{
	link1on= new Image(110,30);	link1on.src="images/b_homeb.gif";	link1off= new Image(110,30);	link1off.src="images/b_home.gif";
	link2on= new Image(102,30);	link2on.src="images/b_servicesb.gif";link2off= new Image(102,30);	link2off.src="images/b_services.gif";
	link3on= new Image(102,30);	link3on.src="images/b_caseb.gif";	link3off= new Image(102,30);	link3off.src="images/b_case.gif";
	link4on= new Image(102,30); link4on.src="images/b_aboutusb.gif";	link4off= new Image(102,30);	link4off.src="images/b_aboutus.gif";
	link5on= new Image(102,30);	link5on.src="images/b_faqb.gif";		link5off= new Image(102,30);	link5off.src="images/b_faq.gif";
	link6on= new Image(102,30);	link6on.src="images/b_contactb.gif";	link6off= new Image(102,30);	link6off.src="images/b_contact.gif";

}

function openpopup(popurl, mywidth, myheight){
	var winpops=window.open(popurl,"","width="+mywidth+",height="+myheight+",status,scrollbars,resizable")
}


function turnon(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }

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_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}


function jumpto(x){

if (document.frmMenu.jumpmenu.value != "null") {
	document.location.href = x
	}
}