

<!--
if (document.images) {

homeon = new Image(61, 24);
homeon.src = "http://allwebcodesign.com/picts/t-homeon.gif"

homeoff = new Image(61, 24);
homeoff.src = "http://allwebcodesign.com/picts/t-homeoff.gif"

clientson = new Image(61, 24);
clientson.src = "http://allwebcodesign.com/picts/t-clientson.gif";

clientsoff = new Image(61, 24);
clientsoff.src = "http://allwebcodesign.com/picts/t-clientsoff.gif";

quoteson = new Image(61, 24);
quoteson.src = "http://allwebcodesign.com/picts/t-quoteson.gif"

quotesoff = new Image(61, 24);
quotesoff.src = "http://allwebcodesign.com/picts/t-quotesoff.gif"

serviceon = new Image(61, 24);
serviceon.src = "http://allwebcodesign.com/picts/t-serviceon.gif"

serviceoff = new Image(61, 24);
serviceoff.src = "http://allwebcodesign.com/picts/t-serviceoff.gif"

helpon = new Image(61, 24);
helpon.src = "http://allwebcodesign.com/picts/t-helpon.gif"

helpoff = new Image(61, 24);
helpoff.src = "http://allwebcodesign.com/picts/t-helpoff.gif"

contacton = new Image(192, 24);
contacton.src = "http://allwebcodesign.com/picts/t-contacton.gif"

contactoff = new Image(192, 24);
contactoff.src = "http://allwebcodesign.com/picts/t-contactoff.gif"

lowon = new Image(61, 16);
lowon.src = "http://allwebcodesign.com/picts/t-lowon.gif"

lowoff = new Image(61, 16);
lowoff.src = "http://allwebcodesign.com/picts/t-lowoff.gif"

mediumon = new Image(61, 16);
mediumon.src = "http://allwebcodesign.com/picts/t-mediumon.gif"

mediumoff = new Image(61, 16);
mediumoff.src = "http://allwebcodesign.com/picts/t-mediumoff.gif"

customon = new Image(61, 16);
customon.src = "http://allwebcodesign.com/picts/t-customon.gif"

customoff = new Image(61, 16);
customoff.src = "http://allwebcodesign.com/picts/t-customoff.gif"

sample1on = new Image(86, 21);
sample1on.src = "http://allwebcodesign.com/picts/sampleon.gif"

sample1off = new Image(86, 21);
sample1off.src = "http://allwebcodesign.com/picts/sampleoff.gif"

sample2on = new Image(86, 21);
sample2on.src = "http://allwebcodesign.com/picts/sampleon.gif"

sample2off = new Image(86, 21);
sample2off.src = "http://allwebcodesign.com/picts/sampleoff.gif"

sample3on = new Image(86, 21);
sample3on.src = "http://allwebcodesign.com/picts/sampleon.gif"

sample3off = new Image(86, 21);
sample3off.src = "http://allwebcodesign.com/picts/sampleoff.gif"

more1on = new Image(55, 23);
more1on.src = "http://allwebcodesign.com/picts/more-on2.gif"

more1off = new Image(55, 23);
more1off.src = "http://allwebcodesign.com/picts/more-off2.gif"

more2on = new Image(55, 23);
more2on.src = "http://allwebcodesign.com/picts/more-on2.gif"

more2off = new Image(55, 23);
more2off.src = "http://allwebcodesign.com/picts/more-off2.gif"

more3on = new Image(55, 23);
more3on.src = "http://allwebcodesign.com/picts/more-on2.gif"

more3off = new Image(55, 23);
more3off.src = "http://allwebcodesign.com/picts/more-off2.gif"



}

function img_act(imgName) {
if (document.images) {
imgOn = eval(imgName + "on.src");
document [imgName].src = imgOn;
}
}

function img_inact(imgName) {
if (document.images) {
imgOff = eval(imgName + "off.src");
document [imgName].src = imgOff;
}
}


function blockError(){return true;}
window.onerror = blockError;

//-->