function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function open_notice(){
	subWin = window.open("../../openwin/notice/notice.html","notice","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=640,height=660");
}

function WindowOpen1(file) {
file = "../../delivery/openwin/" + file;
open(file,"Popup","toolbar=yes,scrollbars=yes,resizable=yes,width=700,height=580");}

function WindowOpen2(file) {
file = "../../openwin/" + file;
open(file,"Popup2","toolbar=no,scrollbars=yes,resizable=yes,width=700,height=580");}

//** サイトポリシーとプライバシーポリシー用 //
function WindowOpen3(file) {
open(file,"policy","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,top=50,left=50,width=640,height=480");}

//** エリアマップ用 //
function WindowOpen4(file) {
file = "../../service/foreign/openwin/" + file;
open(file,"Popup","toolbar=yes,scrollbars=yes,resizable=yes,width=650,height=480");}

function WindowOpen5(file) {
open(file,"win","toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=580");}

//** フォーム・衛星携帯popup用 //
function WindowOpen6(file) {
open(file,"form","toolbar=yes,scrollbars=yes,resizable=yes,top=50,left=50,width=650,height=480");}

function goGOV(){
if (document.form1.elements[0].selectedIndex == 0) location = "#"
else if (document.form1.elements[0].selectedIndex == 1) location = "kaigai/china.html"
else if (document.form1.elements[0].selectedIndex == 2) location = "kaigai/taiwan.html"
else if (document.form1.elements[0].selectedIndex == 3) location = "kaigai/korea.html"
else if (document.form1.elements[0].selectedIndex == 4) location = "kaigai/asia.html"
else if (document.form1.elements[0].selectedIndex == 5) location = "kaigai/europe.html"
else if (document.form1.elements[0].selectedIndex == 6) location = "kaigai/europe.html"
else if (document.form1.elements[0].selectedIndex == 7) location = "kaigai/europe.html"
else if (document.form1.elements[0].selectedIndex == 8) location = "kaigai/oceania.html"
else if (document.form1.elements[0].selectedIndex == 9) location = "kaigai/usa.html"
else if (document.form1.elements[0].selectedIndex == 10) location = "kaigai/usa.html"
else if (document.form1.elements[0].selectedIndex == 11) location = "kaigai/hawaii.html"
else if (document.form1.elements[0].selectedIndex == 12) location = "kaigai/guam.html"
else if (document.form1.elements[0].selectedIndex == 13) location = "kaigai/guam.html"
else if (document.form1.elements[0].selectedIndex == 14) location = "kaigai/samerica.html"
}
