//Stone About
function aboutopen1(url){
     window.open(url,"stone","width=400,height=300,status=no,directories=no,toolbar=no,menubar=no,");
}


//Shouhin Link Pull-down Menu
function OpenLink(){
var n = document.form.link.selectedIndex;
if (n != 0){
location.href = document.form.link.options[n].value;
}
}


function OpenLink2(){
var n = document.form1.link.selectedIndex;
if (n != 0){
location.href = document.form1.link.options[n].value;
}
}


//image change script
function Chgimg(imgURL){
     document.images["Bigimg"].src = imgURL;
}


