function windows(b){
switch (b) {
case '1':window.open('http://www.namiki.co.jp/company_info/privacy/index.html','popup1','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=698,height=523');break;
case '2':window.open('http://www.namiki.co.jp/company_info/iso/index.html','popup2','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=698,height=523');break;
case '3':window.open('http://www.namiki.net/cgi-bin/jp/kbo/shopping/action.cgi','shop','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=709,height=699');break;
case '4':window.open('http://www.namiki.co.jp/product/kbo/shopping/popup/index4.html','shop2','scrollbars=no,resizable=yes,menubar=no,directories=no,status=no,location=no,width=684,height=699');break;
case '5':window.open('http://www.namiki.co.jp/company_info/ethics/index.html','popup5','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=698,height=523');break;
case '6':window.open('http://www.namiki.net/product/kbo/gearhead/spg07.html','popup6','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=320,height=175');break;
case '7':window.open('http://www.namiki.net/product/kbo/gearhead/spg10.html','popup7','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=320,height=280');break;
case '8':window.open('http://www.namiki.net/product/kbo/gearhead/spg12.html','popup8','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=320,height=255');break;
case '9':window.open('http://www.namiki.net/product/kbo/gearhead/spg16.html','popup9','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=320,height=230');break;
case '10':window.open('http://www.namiki.net/product/kbo/gearhead/ssg10.html','popup10','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=320,height=230');break;
case '11':window.open('http://www.namiki.net/product/kbo/gearhead/ssg12.html','popup11','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=320,height=255');break;
case '12':window.open('http://www.namiki.net/product/kbo/gearhead/ssg15.html','popup12','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=320,height=200');break;
case '13':window.open('http://www.namiki.net/product/kbo/gearhead/ssg18.html','popup13','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=320,height=200');break;
default:alert("erorr!");break;
}
}
function winOpen(){
  window.open('','popupwindow1','scrollbars=no,resizable=yes,menubar=no,directories=no,status=no,location=no,width=709,height=699');
}
