//サポート用　JS

//PopUp Window
function PopUpWindow(URL,Wname,Wwidth,Wheight){
window.open(URL,Wname,"width="+Wwidth+",height="+Wheight+",scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no").focus()
}


function Regist(url){
  var regist=window.open(url,"regist","width=630,height=550,toolbar=no,scrollbars=yes,resizable=yes,menubar=no").focus();
}

function Catalog(url){
  var catalog=window.open(url,"catalog","width=630,height=550,toolbar=no,scrollbars=yes,resizable=yes,menubar=no").focus();
}

function Contact(url){
  var contact=window.open(url,"contact","width=630,height=550,toolbar=no,scrollbars=yes,resizable=yes,menubar=no").focus();
}


function Agree(url){
  var agree=window.open(url,"agree","width=500,height=550,toolbar=no,scrollbars=yes,resizable=yes,menubar=no").focus();
}


function Map(url){
  var map=window.open(url,"agree","width=600,height=550,toolbar=no,scrollbars=yes,resizable=yes,menubar=yes").focus();
}

function bnView() {
        var idx = document.issueIndex.url.selectedIndex
        var selected = document.issueIndex.url.options[idx].value
        if(selected != "null" && selected != "------"){
                this.location = selected;
        }
}
function bnView2() {
        var idx = document.issueIndex2.url2.selectedIndex
        var selected = document.issueIndex2.url2.options[idx].value
        if(selected != "null" && selected != "------"){
                this.location = selected;
        }
}
function bnView3() {
        var idx = document.issueIndex3.url3.selectedIndex
        var selected = document.issueIndex3.url3.options[idx].value
        if(selected != "null" && selected != "------"){
                this.location = selected;
        }
}
function bnView4() {
        var idx = document.issueIndex4.url4.selectedIndex
        var selected = document.issueIndex4.url4.options[idx].value
        if(selected != "null" && selected != "------"){
                this.location = selected;
        }
}
function bnView5() {
        var idx = document.issueIndex5.url5.selectedIndex
        var selected = document.issueIndex5.url5.options[idx].value
        if(selected != "null" && selected != "------"){
                this.location = selected;
        }
}