
var myquote="'";
var mybaseref="http://www.SpeedTools2.com/";


if (document.images) {
   b1on = new Image();
   b1on.src = "new_images/HomeOn.gif";
   b1off = new Image();
   b1off.src = "new_images/HomeOff.gif";
   b1 = mybaseref;
   
   b2on = new Image();
   b2on.src = "new_images/ProductsOn.png";
   b2off = new Image();
   b2off.src = "new_images/ProductsOff.png";
   b2 = mybaseref+ "PrdInfo.html";
   
   b3on = new Image();
   b3on.src = "new_images/ShopOn.png";
   b3off = new Image();
   b3off.src = "new_images/ShopOff.png";
   b3 = "https://www.speedtools2.com/shop.html";
   
   b4on = new Image();
   b4on.src = "new_images/SupportForumsOn.png";
   b4off = new Image();
   b4off.src = "new_images/SupportForumsOff.png";
   b4 = mybaseref+ "Forums.html";
 
   b5on = new Image();
   b5on.src = "new_images/DownloadsOn.png";
   b5off = new Image(108,29);
   b5off.src = "new_images/DownloadsOff.png";
   b5 = "http://www.speedtools2.com/Login.html";
   //mybaseref+ "downloads.html";
 
   b6on = new Image();
   b6on.src = "new_images/RegisterOn.png";
   b6off = new Image();
   b6off.src = "new_images/RegisterOff.png";
   b6 = "https://www.SpeedTools2.com/register.html";
 
   b7on = new Image();
   b7on.src = "new_images/ContactOn.png";
   b7off = new Image();
   b7off.src = "new_images/ContactOff.png";
   b7 = mybaseref+ "contact.html";
 
}

function act(imgName) {
	if (document.images)
	document[imgName].src = eval(imgName + 'on.src');
}

function inact(imgName) {
	if (document.images)
	document[imgName].src = eval(imgName + 'off.src');
}

function geturl(imgName) {
	if (document.images)
	location.href = (eval(imgName));
}
