function windows(b){
switch (b) {
case '1':window.open('http://www.namiki.net/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.net/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/company_info/ethics/index.html','popup3','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=698,height=523');break;
default:alert("erorr!");break;
}
}