// JavaScript Document
        var urls1 = new Array(//目的URLの配列 
            '../aboutus/locations/overseas.html#australia', 
            '../aboutus/locations/overseas.html#china', 
            '../aboutus/locations/overseas.html#india', 
            '../aboutus/locations/overseas.html#indonesia', 
            '../aboutus/locations/overseas.html#japan', 
            '../aboutus/locations/overseas.html#korea', 
            '../aboutus/locations/overseas.html#malaysia', 
            '../aboutus/locations/overseas.html#philippines', 
            '../aboutus/locations/overseas.html#singapore', 
            '../aboutus/locations/overseas.html#taiwan', 
            '../aboutus/locations/overseas.html#thailand', 
            '../aboutus/locations/overseas.html#vietnam'
        ); 
        function win_open1(){ 
            var si = document.f1.s1.selectedIndex - 1; 
            if(si >= 0)window.open(urls1[si],'ichiran','width=600,height=600,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,favorites=no'); 

        } 
		var urls2 = new Array(//目的URLの配列 
            '../aboutus/locations/overseas.html#brazil', 
            '../aboutus/locations/overseas.html#guatemala', 
            '../aboutus/locations/overseas.html#mexico', 
            '../aboutus/locations/overseas.html#usa', 
            '../aboutus/locations/overseas.html#venezuela'
        ); 
        function win_open2(){ 
            var si = document.f1.s2.selectedIndex - 1; 
            if(si >= 0)window.open(urls2[si],'ichiran','width=600,height=600,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,favorites=no'); 

        } 
		var urls3 = new Array(//目的URLの配列 
            '../aboutus/locations/overseas.html#france', 
            '../aboutus/locations/overseas.html#germany', 
            '../aboutus/locations/overseas.html#italy', 
            '../aboutus/locations/overseas.html#russia', 
            '../aboutus/locations/overseas.html#southafrica', 
            '../aboutus/locations/overseas.html#spain', 
            '../aboutus/locations/overseas.html#uk'
        ); 
        function win_open3(){ 
            var si = document.f1.s3.selectedIndex - 1; 
            if(si >= 0)window.open(urls3[si],'ichiran','width=600,height=600,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,favorites=no'); 

        } 
		var urls4 = new Array(//目的URLの配列 
            'overseas.html#australia', 
            'overseas.html#china', 
            'overseas.html#india', 
            'overseas.html#indonesia', 
            'overseas.html#japan', 
            'overseas.html#korea', 
            'overseas.html#malaysia', 
            'overseas.html#philippines', 
            'overseas.html#singapore', 
            'overseas.html#taiwan', 
            'overseas.html#thailand', 
            'overseas.html#vietnam'
        ); 
        function win_open4(){ 
            var si = document.f2.s4.selectedIndex - 1; 
            if(si >= 0)window.open(urls4[si],'ichiran','width=600,height=600,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,favorites=no'); 

        } 
		var urls5 = new Array(//目的URLの配列 
            'overseas.html#brazil', 
            'overseas.html#guatemala', 
            'overseas.html#mexico', 
            'overseas.html#usa', 
            'overseas.html#venezuela'
        ); 
        function win_open5(){ 
            var si = document.f2.s5.selectedIndex - 1; 
            if(si >= 0)window.open(urls5[si],'ichiran','width=600,height=600,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,favorites=no'); 

        } 
		var urls6 = new Array(//目的URLの配列 
            'overseas.html#france', 
            'overseas.html#germany', 
            'overseas.html#italy', 
            'overseas.html#russia', 
            'overseas.html#southafrica', 
            'overseas.html#spain', 
            'overseas.html#uk'
        ); 
        function win_open6(){ 
            var si = document.f2.s6.selectedIndex - 1; 
            if(si >= 0)window.open(urls6[si],'ichiran','width=600,height=600,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,favorites=no'); 

        } 

