/////////このファイルのメニュー///////// //+++++0.ウィンドウオープン関連 //+++++1.CSS振り分け //+++++2.グループリンク(上) //+++++3.各店共通右メニュー //+++++4.オープン時間 //+++++5.テキストインデックス //+++++6.更新の履歴の書き出し //+++0.ウィンドウオープン関連+++// // コンテンツのウィンドウを開くスクリプト function contwin(dir,file,wid,hei){ filez = dir + '/' + file; prop = 'SCROLLBARS=no,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=' + wid + ',height=' + hei; win_name = 'window' + file; win_name = window.open(filez,file,prop); } // ポップアップ function popup(di,na,wi,he){ filez = di; prop = 'SCROLLBARS=no,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=' + wi + ',height=' + he; nam = na; window.open(filez,nam,prop); } // ポップアップ イベント function popEvent(di,wi,he){ filez = 'http://www.harenchi.co.jp/fukuoka/events/' + di; prop = 'SCROLLBARS=no,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=' + wi + ',height=' + he; nam = di; win_name = window.open(filez,nam,prop); } // ポップアップ イベントスクロール function popEvent2(di,wi,he){ filez = 'http://www.harenchi.co.jp/fukuoka/events/' + di; prop = 'SCROLLBARS=yes,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=' + wi + ',height=' + he; nam = di; win_name = window.open(filez,nam,prop); } //イベントカレンダー用イベントポップアップ function popEventCal(shop,di,wi,he){ if(shop == 'fukuoka'){ filez = 'http://www.harenchi.co.jp/fukuoka/events/' + di; }else{ filez = 'http://www.fk-' + shop + '.com/events/' + di; } if(he){ prop = 'SCROLLBARS=no,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=' + wi + ',height=' + he; }else{ prop = 'SCROLLBARS=yes,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=' + wi + ',height=' + he; } nam = di; win_name = window.open(filez,nam,prop); } // コンテンツのウィンドウを開くスクリプト function popSeifuku(no,girls){ filez = 'http://www.fk-harejo.com/costume/' + no + '/' + girls + '.htm'; prop = 'SCROLLBARS=1,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=765'; girls = girls + 'cos'; window.open(filez,girls,prop); } // ハレ女シチュエーションMOVIE function harejoOpenMovie(mov){ filez = 'http://www.fk-harejo.com/member/situation/' + mov; prop = 'SCROLLBARS=auto,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=405,height=436'; nam = mov; window.open(filez,nam,prop); } // メイド服コスチュームのウィンドウを開くスクリプト function maidCosWin(no){ filez = '/costume/' + no + '/'; prop = 'SCROLLBARS=1,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=765'; cosno = 'cos' + no; window.open(filez,cosno,prop); } // もぎたて新人 function mogitate(shops,girlone){ filez = 'http://www.harenchi.co.jp/fukuoka/sinjin/girl.php?shop=' + shops + '&girl=' + girlone; prop = 'SCROLLBARS=auto,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=750,height=600'; nam = girlone; window.open(filez,'mogitate',prop); } //ハレンチイベント function pophare(di,wi,he){ filez = 'http://www.harenchi.co.jp/fukuoka/events/' + di; popup(filez,di,wi,he); } //ハレンチイベント袋とじ function popfukuro(di,wi,he){ filez = 'http://www.harenchi.co.jp/fukuoka/member/events/' + di; popup(filez,di,wi,he); } // プロフィール用 function profwin(shop,girl){ popup('http://www.fk-' + shop + '.com/zaiseki/' + girl,girl,'750','652'); } //欠勤情報 function restwin(dir,file,wid,hei){ filez = dir + '/' + file; prop = 'SCROLLBARS=auto,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=' + wid + ',height=' + hei; win_name = 'window' + file; win_name = window.open(filez,'photos',prop); } //期間限定 function restwin2(dir,file,wid,hei){ filez = dir + '/' + file; prop = 'SCROLLBARS=yes,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=' + wid + ',height=' + hei; win_name = 'window' + file; win_name = window.open(filez,'photos',prop); } //欠勤情報2 function restlist(shop){ filez = 'http://www.fk-' + shop + '.com/syukkin/rest.htm'; prop = 'SCROLLBARS=auto,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=750,height=300'; win_name = window.open(filez,'restlist',prop); } // Flashムービーのポップアップ function OpenFlashWindow(pid){ var file = 'flash.php?id=' + pid; window.open(file,'profmovie','width=400,height=410,toolbar=no,location=no,status=no,menubar=no,scrollbars=no'); } // 袋とじFlashムービーのポップアップ function OpenFukuroFlashWindow(pid){ var file = '/special/zaiseki/flash.php?id=' + pid; window.open(file,'profmovie','width=400,height=400,toolbar=no,location=no,status=no,menubar=no,scrollbars=no'); } // ムービーのポップアップ function OpenSwfWindow(pid,pname){ var file = 'flash.php?id=' + pid + '&name=' + pname; window.open(file,'profmovie','width=400,height=400,toolbar=no,location=no,status=no,menubar=no,scrollbars=no'); } // 袋とじムービーのポップアップ function OpenFukuroSwfWindow(pid,pname){ var file = '/special/zaiseki/movie.php?id=' + pid + '&name=' + pname; window.open(file,'profmovie','width=400,height=400,toolbar=no,location=no,status=no,menubar=no,scrollbars=no'); } //+++1.CSSの振り分け+++// // set Variable var Agent = navigator.userAgent; var cssDir = '/css/navigator/'; var cssTags = ''); document.close(); } if (Agent.indexOf('Firefox') != -1){// Firefox flag = "fox"; document.open(); document.write(cssTags + cssDir + flag + '.css" title="firefox_style" />'); document.close(); } if ((Agent.indexOf('Win') != -1) && (flag == null)){ if (Agent.indexOf('MSIE 7') != -1){ flag = "ie7"; document.open(); document.write(cssTags + cssDir + flag + '.css" title="WinIE_style" />'); document.close(); }else if (document.all){ // Win_IE flag = "wie"; document.open(); document.write(cssTags + cssDir + flag + '.css" title="WinIE_style" />'); document.close(); } else { // Win_NS flag = "wns"; document.open(); document.write(cssTags + cssDir + flag + '.css" title="WinNS_style" />'); document.close(); } } if ((Agent.indexOf('Mac') != -1) && (flag == null)){ if (document.all){ // Mac_IE flag = "mie"; document.open(); document.write(cssTags + cssDir + flag + '.css" title="MacIE_style" />'); document.close(); } else { // Mac_NS flag = "mns"; document.open(); document.write(cssTags + cssDir + flag + '.css" title="MacNS_style" />'); document.close(); } } if (flag == null){ flag = "fox"; document.open(); document.write(cssTags + cssDir + flag + '.css" title="firefox_style" />'); document.close(); } //+++2.グループリンク+++// var hare = 'http://www.harenchi.co.jp/'; var fkurl = 'http://www.harenchi.co.jp/fukuoka'; var fkmaid = 'http://www.fk-maid.com/'; var fkbully = 'http://www.fk-bully.com/'; var fkmatto = 'http://www.fk-matto.com/'; var fkharejo = 'http://www.fk-harejo.com/'; var fkmatty = 'http://www.fk-matty.com/'; var kmurl = 'http://www.harenchi.co.jp/kumamoto/'; var ykurl = 'http://www.harenchi.co.jp/yokohama/'; function grouplink(){ var garea; garea ='
\n'; garea +='

ロゴ

\n'; garea +=''; garea +='
'; document.write(garea); } //+++3.各店共通右メニュー+++// function groupmenu(thisPage){ var gmenu; var hlinkpc; var hlinkmob; hlinkpc = ''; hlinkmob = ''; gmenu =''; gmenu +='\n'; gmenu +='
\n'; gmenu +='

常連PASS

\n'; gmenu +='

\n'; gmenu +='\n'; gmenu +='
\n'; gmenu +='
\n'; gmenu +='
\n'; gmenu +='常連様ページとは?\n'; gmenu +='

\n'; gmenu +='
\n'; gmenu +='

\n'; gmenu +='

グループ姉妹店

\n'; gmenu +='\n'; break; case "bully": gmenu +='
  • 横浜の痴女専門
    風俗店
  • \n'; gmenu +='
  • 札幌の痴女専門
    風俗店
  • \n'; gmenu +='\n'; break; case "matto": gmenu +='
  • 横浜のマット専門
    風俗店
  • \n'; gmenu +='
  • 札幌のマット専門
    風俗店
  • \n'; gmenu +='
  • 熊本のマット専門
    風俗店
  • \n'; gmenu +='\n'; break; case "harejo": gmenu +='
  • 横浜のイメクラ
    風俗店
  • \n'; gmenu +='
  • 札幌のイメクラ
    風俗店
  • \n'; gmenu +='
  • 熊本のイメクラ
    風俗店
  • \n'; gmenu +='\n'; break; case "matty": gmenu +='
  • 川崎マッティー夫人
    南町店
  • \n'; gmenu +='
  • 川崎マッティー夫人
    堀之内店
  • \n'; gmenu +='
  • 札幌マッティー夫人
  • \n'; gmenu +='
  • 熊本マッティー夫人
  • \n'; gmenu +='\n'; break; case "celeb": gmenu +='
  • セレブショップ新宿
  • \n'; gmenu +='\n'; break; } gmenu +='

    \n'; document.write(gmenu); } //+++4.オープン時間+++// function openshop(){ document.write('OPEN10:00〜24:00 電話予約:朝9:30〜'); } //+++5.テキストインデックス function textindex(){ document.write('

    テキストインデックス

    '); } //+++6.更新の履歴の書き出し log_file = new Array('','index.htm','index0.htm','index1.htm'); function chglog(obj){ location.href = log_file[obj.selectedIndex]; } function newshtml(){ var news = ''; news += '
    '; news += '
    '; document.write(news); }