function navon(imgName) { document[imgName].src = eval(imgName + "on.src"); }
function navoff(imgName) { document[imgName].src = eval(imgName + "off.src"); }

hmbtnoff = new Image;
hmbtnoff.src = "/images/nav/hmbtn_off.gif";
hmbtnon = new Image;
hmbtnon.src = "/images/nav/hmbtn_on.gif";

productsoff = new Image;
productsoff.src = "/images/nav/products_off.gif";
productson = new Image;
productson.src = "/images/nav/products_on.gif";

solutionsoff = new Image;
solutionsoff.src = "/images/nav/solutions_off.gif";
solutionson = new Image;
solutionson.src = "/images/nav/solutions_on.gif";

supportoff = new Image;
supportoff.src = "/images/nav/support_off.gif";
supporton = new Image;
supporton.src = "/images/nav/support_on.gif";

contactoff = new Image;
contactoff.src = "/images/nav/contact_off.gif";
contacton = new Image;
contacton.src = "/images/nav/contact_on.gif";

aboutoff = new Image;
aboutoff.src = "/images/nav/about_off.gif";
abouton = new Image;
abouton.src = "/images/nav/about_on.gif";

function  
openwin(desturl,winname,wide,tall,toolbar,status,scroll,resizable)
{
    leftpos = screen.width/2 - wide/2
    toppos = screen.height/2 - tall/2
    window.open(desturl, winname, 'width='+wide+',height='+tall+',left='+leftpos+',top='+toppos+',toolbar='+toolbar+',status='+status+',scrollbars='+scroll+',resizable='+resizable);
}

function email_link(username) { document.write("<a href=" + "mail" + "to:" + username + "@" + "tipsweb.com" + ">" + username + "@" + "tipsweb.com" + "</a>") }
function reseller_recreate(reseller,location) { document.write("<a href=" + "mail" + "to:" + reseller + "@" + location + ">" + reseller + "@" + location + "</a>") }