8a9,12 > function UnloadHandler() { > var x= true; > return x; > } 42c46,47 < top.slider.sliderSelectId(id+top.main.style_link); --- > top.slider.sliderSelect(top.slider.document.getElementById(id), top.main.style_link, top.main.navigationSubHash); > // top.slider.sliderSelectId(id+top.main.style_link); 70a76 > 87c93 < style = ""; --- > // style = ""; 89,90c95,98 < < hash = style=="" ? hash : hash+"/"+style; --- > if (style != "") { > hash = hash+"/"+style; > url = url+"#"+style; > }