//  © 2001 YUCCA TREE RECORDS ------------ main  navigation (top) home_on = new Image(42, 32); home_on.src = "pictures/main_nav/nav_pict/home_on.gif"; home_off = new Image(42, 32); home_off.src = "pictures/main_nav/nav_pict/home_of.gif";   large_on = new Image(42, 32); large_on.src = "pictures/main_nav/nav_pict/large_on.gif"; large_off = new Image(42, 32); large_off.src = "pictures/main_nav/nav_pict/large_of.gif";  help_on = new Image(42, 32); help_on.src = "pictures/main_nav/nav_pict/help_on.gif"; help_off = new Image(42, 32); help_off.src = "pictures/main_nav/nav_pict/help_of.gif";  back_on = new Image(42, 32); back_on.src = "pictures/main_nav/nav_pict/back_on.gif"; back_off = new Image(42, 32); back_off.src = "pictures/main_nav/nav_pict/back_of.gif";  index_on = new Image(42, 32); index_on.src = "pictures/main_nav/nav_pict/index_on.gif"; index_off = new Image(42, 32); index_off.src = "pictures/main_nav/nav_pict/index_of.gif";  next_on = new Image(42, 32); next_on.src = "pictures/main_nav/nav_pict/next_on.gif"; next_off = new Image(42, 32); next_off.src = "pictures/main_nav/nav_pict/next_of.gif";  mail_on = new Image(42, 32); mail_on.src = "pictures/main_nav/nav_pict/mail_on.gif"; mail_off = new Image(42, 32); mail_off.src = "pictures/main_nav/nav_pict/mail_of.gif";function imageChange(imageID,imageName){document.images[imageID].src = eval(imageName + ".src");}