if (document.images) {                  
            img1on = new Image(); 
            img1on.src = "images/home_on.gif";   
            img2on = new Image();
            img2on.src = "images/faq_on.gif";
            img3on = new Image(); 
            img3on.src = "images/feat_on.gif";
				img4on = new Image(); 
            img4on.src = "images/downl_on.gif";   
            img5on = new Image();
            img5on.src = "images/cont_on.gif";
				img6on = new Image();
            img6on.src = "images/signup_on.gif";
                    
                
            img1off = new Image(); 
            img1off.src = "images/home_off.gif";   
            img2off = new Image();
            img2off.src = "images/faq_off.gif";
            img3off = new Image(); 
            img3off.src = "images/feat_off.gif"; 
				img4off = new Image(); 
            img4off.src = "images/downl_off.gif";   
            img5off = new Image();
            img5off.src = "images/cont_off.gif";
				img6off = new Image();
            img6off.src = "images/signup.gif";
                       
                  
            img1ad = new Image(); 
            img1ad.src = "images/home_co.gif";   
            img2ad = new Image();
            img2ad.src = "images/faq_co.gif";
            img3ad = new Image(); 
            img3ad.src = "images/feat_co.gif";
				img4ad = new Image(); 
            img4ad.src = "images/downl_co.gif";   
            img5ad = new Image();
            img5ad.src = "images/cont_co.gif";
				img6ad = new Image();
            img6ad.src = "images/signup_co.gif";
                                     
                     
        }
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
            document.images['common'].src = eval(imgName + "ad.src");
        }
}
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
            document.images["common"].src = "images/default_co.gif"; 
        }
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function addbookmark()
{
bookmarkurl="http://www.wealthyhealth.com/"
bookmarktitle="Wealthy Health References"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}