<!--var prevPage = "";var curPage = "";if (document.images){                    bio_on = new Image();        bio_on.src = "images/n_bio_on.gif";        bio_off = new Image();        bio_off.src = "images/n_bio_off.gif";                 tvfilm_on = new Image();        tvfilm_on.src = "images/n_tvfilm_on.gif";        tvfilm_off = new Image();        tvfilm_off.src = "images/n_tvfilm_off.gif";                         voice_on = new Image();        voice_on.src = "images/n_voice_on.gif";        voice_off = new Image();        voice_off.src = "images/n_voice_off.gif";                       gallery_on = new Image();        gallery_on.src = "images/n_gallery_on.gif";        gallery_off = new Image();        gallery_off.src = "images/n_gallery_off.gif";                 news_on = new Image();        news_on.src = "images/n_news_on.gif";        news_off = new Image();        news_off.src = "images/n_news_off.gif"; 				animation_on = new Image();        animation_on.src = "images/n_animation_on.gif";        animation_off = new Image();        animation_off.src = "images/n_animation_off.gif"; 				commercials_on = new Image();        commercials_on.src = "images/n_commercials_on.gif";        commercials_off = new Image();        commercials_off.src = "images/n_commercials_off.gif"; 				onlocation_on = new Image();        onlocation_on.src = "images/n_onlocation_on.gif";        onlocation_off = new Image();        onlocation_off.src = "images/n_onlocation_off.gif"; 				fun_on = new Image();        fun_on.src = "images/n_fun_on.gif";        fun_off = new Image();        fun_off.src = "images/n_fun_off.gif";         }function imgOn(itemName){        if (document.images) {                document[itemName].src = eval(itemName + "_on.src");        }}function imgOff(itemName){               if (document.images) {                document[itemName].src = eval(itemName + "_off.src");        }}function changePages(varStr){        prevPage = curPage;        curPage = varStr;        if (prevPage != "")        {                imgOff(prevPage);        }        imgOn(varStr);        }// -->