\n');
}
function menu_DoFSCommand(command,args) {
if (command == "refreshHash") {
refreshHash(args);
}
if (command == "openWindow") {
openWindow(args);
}
}
/* Define the location pages name where beaute site should be displayed */
var locations = new Array();
var location1 = new Array();
var location2 = new Array();
var location3 = new Array();
var location4 = new Array();
var location5 = new Array();
var location6 = new Array();
var location7 = new Array();
location1.push('#/top', 'default.html');
location2.push('#/brand', 'brand.html');
location3.push('#/skin', 'skinn.html');
location4.push('#/uv', 'ziwaixian.html');
location5.push('#/product', 'productinfo.html');
location6.push('#/care', 'hand.html');
location7.push('#/ad' ,'advt.html');
locations.push(location1,location2,location3,location4,location5,location6,location7);
function refreshHash(hash_value) {
document.location.hash = hash_value;
changeTitle("花王 SOFINA beaute");
}
function openWindow(URL,hash_value) {
document.getElementById("main").src = URL;
document.getElementById("main").height = document.getElementById("main").document.body.scrollHeight;
}
function changeTitle(title_value) {
document.title = title_value;
}
function goLocation() {
var distination = document.location.hash;
if (distination) {
for (i=0; i
花王 SOFINA beaute