function goURL(name, win) {
        if (name == "") {
                alert("empty name");
                return;
        } else {
				if (DirDepth == 1) {
					name = "../" + name;
				} else if (DirDepth == 2) {
					name = "../../" + name;
				} else if(DirDepth == 3) {
					name = "../../../" + name;
				}
                if (win == null) {
                        document.location.href = name;
                } else {
                        window.open(name, win);
                }
        }
}

// 当前页深度，默认是1
DirDepth = 1;


// 首页
Mn1 = "index.html";

Mn2 = "about_us.html";
	Mn2_1 = "about_us.html";
	Mn2_2 = "story.html";

Mn3 = "products_info.html";
	Mn3_1 = "products_shape_boot.html";
	Mn3_2 = "products_stretch_boot.html";
	Mn3_3 = "products_casual.html";
	Mn3_4 = "products_sport.html";
	Mn3_5 = "products_canvas_shoe.html";
	Mn3_6 = "products_stretch_lether_shoe.html";
	Mn3_7 = "products_stretch_canvas_shoe.html";

Mn4 = "custom_service.html";

Mn5 = "opportunities.html";
		
Mn6 = "locator.html";
		
Mn7 = "contact.html";
