
/******************************************************************************
	だ檔名 : kse_link.js - Ыby mason
  更新日期 : 2010-10-10
******************************************************************************/


function gotop() {
	self.window.scroll(0,0); }

/************************  Top link **********************/
function home() {
	document.location.href="/index.asp"; }
function sitemap() {
	document.location.href="/Sitemap.asp"; }
function english() {
	document.location.href="/English.asp"; }
//window.open('/english.asp'); }


/************************  Home  **********************/
function menu01() {
	document.location.href="/Index.asp"; }

/************************  News  **********************/
function menu02() { menu0201(); }
function menu0201() {
	document.location.href="/Company/Index.asp"; }
function menu0202() {
	document.location.href="/Company/Heritage.asp"; }

/************************ Company **********************/
function menu03() { menu0301(); }
function menu0301() {
	document.location.href="/Company/Craftsmanship.asp"; }
function menu0302() {
	document.location.href="/Company/Engineering.asp"; }
function menu0303() {
	document.location.href="/Company/Quality.asp"; }
function menu0304() {
	document.location.href="/Company/Technology.asp"; }


/************************  FACILITY  **********************/
function menu04() { 
	document.location.href="/Facility/Index.asp"; }

/************************  MONTE FINO **********************/
function menu05() { 
	window.open("http://www.montefino.com.tw/"); }

/************************ PROJECT **********************/

function menu06() { menu0601(); }
function menu0601() {
	document.location.href="/Project/index.asp"; }
function menu0602() {
	document.location.href="/Project/Ferry.asp"; }

/************************  SERVICE & CONTACT **********************/
function menu07() { 
	document.location.href="/Service/index.asp"; }

function menu08() {
	document.location.href="/Service/Contact.asp"; }


	/* Privacy Policy */
function policy() { 
	window.open('/privacy.asp','','width=617,height=600,scrollbars=yes,top=50,left=60'); }
	

