$(document).ready(function(){
	jQuery("#aboutus").click(function(){
		document.location=HOST_PATH+"about.html";
	})
	jQuery('#solution').click(function(){
		document.location=HOST_PATH+"solution.html";
	});
	jQuery('#career').click(function(){
		document.location=HOST_PATH+"career.html";
	});
	jQuery('#btnService').click(function(){
		document.location=HOST_PATH+"service.html";
	});
	jQuery('#btnNews').click(function(){
		document.location=HOST_PATH+"news/news.html";
	});
});
