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 '5':window.open('http://www.namiki.net/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/company_info/topics/0802event.html','popup6','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=698,height=630');break;
case '7':window.open('http://www.namiki.net/company_info/topics/0902event.html','popup7','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=698,height=630');break;
case '8':window.open('http://www.namiki.net/company_info/topics/0903event.html','popup8','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=698,height=630');break;

default:alert("erorr!");break;
}
}