// Loading the images

//Home
mnuHomeOn = new Image();
mnuHomeOn.src = 'images/btn_home_on.gif';
mnuHomeOff = new Image();
mnuHomeOff.src = 'images/btn_home_off.gif';

mnuCompOn = new Image();
mnuCompOn.src = 'images/btn_company_on.gif';
mnuCompOff = new Image();
mnuCompOff.src = 'images/btn_company_off.gif';

abouton = new Image();
abouton.src = 'images/btn_company_on.gif';
aboutoff = new Image();
aboutoff.src = 'images/btn_company_off.gif';

prdProdon = new Image();
prdProdon.src = 'images/btn_products_on.gif';
prdProdoff = new Image();
prdProdoff.src = 'images/btn_products_off.gif';

Prodon = new Image();
Prodon.src = 'images/btn_products_on.gif';
Prodoff = new Image();
Prodoff.src = 'images/btn_products_off.gif';

mnuSuppOn = new Image();
mnuSuppOn.src = 'images/btn_support_on.gif';
mnuSuppOff = new Image();
mnuSuppOff.src = 'images/btn_support_off.gif';

Partneron = new Image();
Partneron.src = 'images/btn_partners_on.gif';
Partneroff = new Image();
Partneroff.src = 'images/btn_partners_off.gif';

mnuPartOn = new Image();
mnuPartOn.src = 'images/btn_partners_on.gif';
mnuPartOff = new Image();
mnuPartOff.src = 'images/btn_partners_off.gif';

btnLoginon = new Image();
btnLoginon.src = 'images/btn_login_on.gif';
btnLoginoff = new Image();
btnLoginoff.src = 'images/btn_login_off.gif';

btnDloadon = new Image();
btnDloadon.src = 'images/btn_dload_on.gif';
btnDloadoff = new Image();
btnDloadoff.src = 'images/btn_dload_off.gif';

btnContacton = new Image();
btnContacton.src = 'images/btn_contactus_on.gif';
btnContactoff = new Image();
btnContactoff.src = 'images/btn_contactus_off.gif';

btnSitemapon = new Image();
btnSitemapon.src = 'images/btn_sitemap_on.gif';
btnSitemapoff = new Image();
btnSitemapoff.src = 'images/btn_sitemap_off.gif';

//Menu Pointer
mnuon = new Image();
mnuon.src = 'images/mnupointon.gif';
mnuoff = new Image();
mnuoff.src = 'images/mnupointoff.gif';

//More info
btnMoreInfoOn = new Image();
btnMoreInfoOn.src = 'images/btn_moreinfo_on.gif';
btnMoreInfoOff = new Image();
btnMoreInfoOff.src = 'images/btn_moreinfo_off.gif';
