﻿// JavaScript Document
//MENU
function menu_home(){window.location.href="index.htm"} //HOME
function menu_about(){window.location.href="about.asp"} //ABOUT US
function menu_categories(){window.location.href="categories.asp"} //CATEGORIES
function menu_faq(){window.location.href="faq.asp"} //FAQ
function menu_download(){window.location.href="download.asp"} //DOWNLOAD
function menu_sizechart(){window.location.href="sizechart.asp"} //SIZE CHART
function menu_feedback(){window.location.href="feedback.asp"} //FEEDBACK
function menu_contact(){window.location.href="contact.asp"} //CONTACT US

function menu_hot(){window.location.href="hot.asp"} //HOT ITEM
function menu_new(){window.location.href="new.asp"} //NEW ITEM
function menu_shoppingcart(){window.location.href="profile.asp?action=kuang"} //SHOPPING CART
function menu_join(){window.location.href="register.asp"} //JOIN US








