
// <!-- 

{

// this is the top navigation
button1 = new Image;
button1.src = "images/topnav/home.gif";

button2 = new Image;
button2.src = "images/topnav/about.gif";

button3 = new Image;
button3.src = "images/topnav/contact.gif";

button4 = new Image;
button4.src = "images/topnav/term.gif";

button5 = new Image;
button5.src = "images/topnav/cart.gif";

button6 = new Image;
button6.src = "images/topnav/help.gif";
// end of top navigation

// this is the top navigation rollover
button1on = new Image;
button1on.src = "images/topnav/home_roll.gif";

button2on = new Image;
button2on.src = "images/topnav/about_roll.gif";

button3on = new Image;
button3on.src = "images/topnav/contact_roll.gif";

button4on = new Image;
button4on.src = "images/topnav/term_roll.gif";

button5on = new Image;
button5on.src = "images/topnav/cart_roll.gif";

button6on = new Image;
button6on.src = "images/topnav/help_roll.gif";
// end of top navigation rollover


// search buttons
button10Secure = new Image;
button10Secure.src = "https://www.life-enhancement.com/images/org_bar/but_search.gif";

button11Secure = new Image;
button11Secure.src = "https://www.life-enhancement.com/images/org_bar/but_search.gif";

button12Secure = new Image;
button12Secure.src = "https://www.life-enhancement.com/images/org_bar/but_search.gif";

button10 = new Image;
button10.src = "images/org_bar/but_search.gif";

button11 = new Image;
button11.src = "images/org_bar/but_search.gif";

button12 = new Image;
button12.src = "images/org_bar/but_search.gif";

button13 = new Image;
button13.src = "images/org_bar/but_search.gif";


// end of search buttons

// search buttons rollovers
button10SecureOn = new Image;
button10SecureOn.src = "https://www.life-enhancement.com/images/org_bar/but_search_roll.gif";

button11SecureOn = new Image;
button11SecureOn.src = "https://www.life-enhancement.com/images/org_bar/but_search_roll.gif";

button12SecureOn = new Image;
button12SecureOn.src = "https://www.life-enhancement.com/images/org_bar/but_search_roll.gif";

button10on = new Image;
button10on.src = "images/org_bar/but_search_roll.gif";

button11on = new Image;
button11on.src = "images/org_bar/but_search_roll.gif";

button12on = new Image;
button12on.src = "images/org_bar/but_search_roll.gif";

button13on = new Image;
button13on.src = "images/org_bar/but_search_roll.gif";
// end of search buttons rollovers


// subnav
button20 = new Image;
button20.src = "images/subnav/learn.gif";

button21 = new Image;
button21.src = "images/subnav/mag.gif";

button22 = new Image;
button22.src = "images/subnav/life_news.gif";

button23 = new Image;
button23.src = "images/subnav/ask_experts.gif";
// end of subnav

// subnav
button20on = new Image;
button20on.src = "images/subnav/learn_roll.gif";

button21on = new Image;
button21on.src = "images/subnav/mag_roll.gif";

button22on = new Image;
button22on.src = "images/subnav/life_news_roll.gif";

button23on = new Image;
button23on.src = "images/subnav/ask_experts_roll.gif";
// end of subnav


//neo
button24 = new Image;
button24.src = "images/eye7.jpg";

button24on = new Image;
button24on.src = "images/eye6.jpg";
//end neo


}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src");
}

}


// -->
