var backRoot = "../images/";var navRoot = "../images/nav/";//Preload misc buttonsvar but_back = new Image();but_back.src = '../images/back_to_top_b.gif';var but_logo = new Image();but_logo.src = navRoot + 'nav_logo' + '_b.gif';var but_1 = new Image();but_1.src = navRoot + 'what_is_fs' + '_b.gif';var but_2 = new Image();but_2.src = navRoot + 'goal' + '_b.gif';var but_3 = new Image();but_3.src = navRoot + 'energy' + '_b.gif';var but_4 = new Image();but_4.src = navRoot + 'balance' + '_b.gif';var but_5 = new Image();but_5.src = navRoot + 'five_elements' + '_b.gif';var but_6 = new Image();but_6.src = navRoot + 'meaning_of_home' + '_b.gif';var but_7 = new Image();but_7.src = navRoot + 'shift_the_energy' + '_b.gif';var but_8 = new Image();but_8.src = navRoot + 'clean_it' + '_b.gif';var but_9 = new Image();but_9.src = navRoot + 'fix_it' + '_b.gif';var but_10 = new Image();but_10.src = navRoot + 'get_rid' + '_b.gif';var but_11 = new Image();but_11.src = navRoot + 'tip_of_the_week' + '_b.gif';var but_12 = new Image();but_12.src = navRoot + 'other_tips' + '_b.gif';var but_13 = new Image();but_13.src = navRoot + 'tip_archive' + '_b.gif';var but_14 = new Image();but_14.src = navRoot + 'win_our_contest' + '_b.gif';var but_15 = new Image();but_15.src = navRoot + 'testimonials' + '_b.gif';var but_16 = new Image();but_16.src = navRoot + 'about_us' + '_b.gif';var but_17 = new Image();but_17.src = navRoot + 'services' + '_b.gif';var but_18 = new Image();but_18.src = navRoot + 'founder' + '_b.gif';var but_19 = new Image();but_19.src = navRoot + 'contact_us' + '_b.gif';var but_20 = new Image();but_20.src = navRoot + 'home' + '_b.gif';var but_21 = new Image();but_21.src = navRoot + 'subscribe' + '_b.gif';// Change Pagefunction changePage(section, page) {parent.header.location = "../fr_set/top.html?section=" + section;    //set top section titleparent.body.location = "../" + section + "/" + page + ".html";          //set page body }// General rollover functions.function rolloverOn(whichImg, whichRoot) {   document.images[whichImg].src =  whichRoot + whichImg + "_b.gif";}function rolloverOff(whichImg, whichRoot) {   document.images[whichImg].src =  whichRoot + whichImg + "_a.gif";}