﻿// JavaScript Document
//上方大選單
function menu_01() {	
	location.href ='index.php?page=about';
}
function menu_02() {	
	location.href ='index.php?page=product';
}
function menu_03() {	
	location.href ='mailto:service@brandnew.com.tw';
}
function menu_04() {	
	location.href ='http://www.wretch.cc/album/bnew168';
}

//公司簡介次選單
function menu_01_1() {	
	location.href ='index.php?page=about&pageindex=1';
}
function menu_01_2() {	
	location.href ='index.php?page=about&pageindex=2';
}
function menu_01_3() {	
	location.href ='index.php?page=about&pageindex=3';
}
function menu_01_4() {	
	location.href ='index.php?page=about&pageindex=4';
}

//大新產品次選單
function menu_02_1() {	
	location.href ='index.php?page=product&pageindex=1';
}
function menu_02_2() {	
	location.href ='index.php?page=product&pageindex=2';
}
function menu_02_3() {	
	location.href ='index.php?page=product&pageindex=3';
}
function menu_02_4() {	
	location.href ='index.php?page=product&pageindex=4';
}
function menu_02_5() {	
	location.href ='index.php?page=product&pageindex=5';
}
function menu_02_6() {	
	location.href ='index.php?page=product&pageindex=6';
}
function menu_02_7() {	
	location.href ='index.php?page=product&pageindex=7';
}



//首頁左側產品選單
function left_menu_01() {	
	location.href ='index.php?page=product&pageindex=1';
}
function left_menu_02() {	
	location.href ='index.php?page=product&pageindex=2';
}
function left_menu_03() {	
	location.href ='index.php?page=product&pageindex=3';
}
function left_menu_04() {	
	location.href ='index.php?page=product&pageindex=4';
}
function left_menu_05() {	
	location.href ='index.php?page=product&pageindex=5';
}
function left_menu_06() {	
	location.href ='index.php?page=product&pageindex=6';
}
function left_menu_07() {	
	location.href ='index.php?page=product&pageindex=7';
}