function openFaq()
{
		window.location = "/soothingnaturals/faq/faq.html";
	//alert("OpenFaq");
}

function  openTVC(){
	window.location = "";
}
function  openJohnsonBaby(){
	window.location = "/soothingnaturals/product/product.html";

}
function  openDoctorSoothing(){
	window.location = "/soothingnaturals/product/creditability.html";
}
function openIngredent(){
	window.location = "/soothingnaturals/product/ingredent.html";
}
function  openBabySkin(){
	window.location = "/soothingnaturals/skincare/index.html";

}
function  openMain(){
	window.location = "/soothingnaturals/index.html";

}
function  openProduct(){
	window.location = "/soothingnaturals/product/product.html";

}
function  openCyclopedia(){
	window.location = "/soothingnaturals/skincare/index.html";

}
function  openResearch(){
	url = "/soothingnaturals/common/survey.aspx";
	var _win = window.open(url,"survey",'width=630,height=650,left=0,top=0,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no');
	_win.focus();
}
function  openPromotion(){
	window.location = "/soothingnaturals/news/news.html";

}
function  openSales(){
	window.location = "/soothingnaturals/distribution/distribution.html";

}
function  openSub(linkID){
	if (linkID == 1){
		window.location = "/soothingnaturals/skincare/dryskin.html";
	}else if (linkID == 2){
		window.location = "/soothingnaturals/skincare/tips.html";
	}else if (linkID == 3){
		window.location = "/soothingnaturals/skincare/quiz.html";
	}else if (linkID == 4){
		window.location = "/soothingnaturals/skincare/sharing.html";
	}else if (linkID == 5){
		window.location = "/soothingnaturals/skincare/faq.html";
	}else if (linkID == 6){
		window.location = "/soothingnaturals/product/product.html";
	}else if (linkID == 7){
		window.location = "/soothingnaturals/product/ingredent.html";
	}else if (linkID == 8){
		window.location = "/soothingnaturals/product/creditability.html";
	}/*else if (linkID == 9){
		window.location = "/soothingnaturals/product/creditability.html";
	}*/
}

function  openBannerLink(linkID){
	if (linkID == 1){
		window.location = "creditability.html";
	}else if (linkID == 2){
		window.location = "ingredent.html";
	}
}

function openJohnsonBabyHome(){
	window.open("http://www.johnsonsbaby.com.hk");
}

function openFriend(){
	var frm="other";
	//var title="";
	if (location.pathname.match("activity.html")) {
		frm="news";
		//title="&title=" + document.title;
	}
	var _win = window.open("/soothingnaturals/common/forwardtofriend.aspx?frm="+frm,"survey",'width=630,height=800,left=0,top=0,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no'); 
	_win.focus();
	//window.open("/soothingnaturals/common/forwardtofriend.aspx");
}

function openParentWin(url)
{	
	try
	{
		if(window.opener != null)
		{
			window.opener.location = url;
			window.opener.focus();
		}
	}
	catch(e){
		window.open(url);
	}
}

