function wopen(i){
var url=new Array();
url[0]="../../wopen/nels.html" // contact/フォームページ//
url[1]="../../wopen/discount_01.html"  // contact/フォームページ//
url[2]="../../wopen/text.html"  // contact/フォームページ//
url[3]="../wopen/nels.html"  // 2階層目/
url[4]="../wopen/text.html"  // 2階層目//
url[5]="../wopen/discount_01.html"  // 2階層目//
url[6]="wopen/nels.html"  // root/
url[7]="wopen/text.html"  // root//
url[8]="wopen/discount_01.html"  // root//
window.open(url[i],'newWindow','width=350,height=450,scrollbars=yes,resizable=yes,menubar=no,location=no,toolbar=no');
}
