home = 'http://www.pingting.com.cn/'; //主页面
sitemap = 'http://www.pingting.com.cn/sitemap.htm'; //网站地图
 
about = 'aboutus/index.htm '; //关于我们
  
sofch = 'products/softch/index.htm'; //柔绣绣艺
	sofch01 = 'products/softch/index.htm'; //博士简介
	sofch02 = 'products/softch/index2.htm'; //柔绣史话
	sofch03 = 'products/softch/index3.htm'; //柔绣文化
	sofch04 = 'products/softch/index4.htm'; //柔绣特色
	sofch05 = 'products/softch/index5.htm'; //产品介绍

herb = 'products/herbslife/index.htm'; //荷泊丽芙
	herb01 = 'products/herbslife/index.htm'; //品牌起源
	herb02 = 'products/herbslife/hjmyxhxl.htm'; //面部产品
	herb03 = 'products/herbslife/spamtxsxl.htm'; //身体产品
	herb04 = 'products/herbslife/special.htm'; //疗程简介

contact = 'contact/index.htm'; //联系我们

function GoMenu(name, win) {	
    var LeftPosition = (screen.width) ?        (screen.width-400)/2 : 0;
    var TopPosition = (screen.height) ?        (screen.height-200)/2 : 0;    

	if (eval(name) == "") { 
		alert("!!!!");
		return;	
	}
	else if (name == "XX") { 
		window.open(eval(name), "XX", "status=no,menubar=no,resizable=no,scrollbars=no");
	}
	else if (win == "new") {
		window.open(eval(name), "XX");
	}
	else { 
		if (win == null) {
			document.location.href = eval(name);
		}
	}
}

