// JavaScript Document
function menu1(){
window.location.href="productshow.asp?ID=42";
}
function menu2(){
window.location.href="productshow.asp?ID=44";
}
function menu3(){
window.location.href="productshow.asp?ID=45";
}
function menu4(){
window.location.href="productshow.asp?ID=43";
}
function menu5(){
window.location.href="product.asp";
}
