// JavaScript Document

//////////////////////////////index
function index(){
	window.location.href="index.aspx"
	}

//////////////////////////////aboutus
function brand(){
	window.location.href="brand.aspx"
	}

//////////////////////////////news
function news(){
	window.location.href="news.aspx"
	}

//////////////////////////////products
function project(){
	window.location.href="projects.aspx"
	}

//////////////////////////////services
function products(){
	window.location.href="products.aspx"
	}

//////////////////////////////application
function join(){
	window.location.href="join.aspx"
	}

//////////////////////////////contact
function beauty(){
	window.location.href="try_center.aspx"
	}

