/*海外ウェディングパンフレットを開く 総合版*/ function panf_all(){ window.open("../pnf_fla/all/index.html","_blank","width=780,height=590") } /*南太平洋版*/ function panf_sp(){ window.open("../pnf_fla/sp/index.html","_blank","width=780,height=590") } /*モルディブ版*/ function panf_mv(){ window.open("../pnf_fla/mv/index.html","_blank","width=780,height=590") } /*バリ版*/ function panf_bl(){ window.open("../pnf_fla/bl/index.html","_blank","width=780,height=590") } /*ヨーロッパ版*/ function panf_eu(){ window.open("../pnf_fla/eu/index.html","_blank","width=780,height=590") } /*渋谷の写真入りのアクセス方法を開く*/ function shibuya_access() { shibuya_access = window.open('http://stworld.jp//shibuya/','shibuya_access','scrollbars=yes,width=620,height=500'); }