// JavaScript Document

//回首頁
function menu000() {	
	location.href ='index.html';
}

//美味大偵查
function menu001() {	
	location.href ='index.html';
}

//誰是貪吃鬼
function menu002() {	
	location.href ='who_list.html';
}

//泡麵換義麵
function menu003() {	
	location.href ='production.html';
}

//登錄發票輕鬆鑽
function menu004() {	
	location.href ='bonus_login.php';
}

//好吃有看頭
function menu005() {	
	location.href ='production.html';
}

//創意料理輕鬆做
function menu006() {	
	location.href ='cook.html';
}

//我要購買
function menu007() {	
	//location.href ='http://www.starfood.com.tw/';
	window.open('http://www.starfood.com.tw/');
}

//折價券下載
function menu008() {	
	location.href ='production.html';
}

//加入粉絲團
function menu009() {	
	window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href)) );
}

//活動辦法
function menu010() {	
	location.href ='approach.html';
}

//中獎名單
function menu011() {	
	location.href ='production.html';
}