﻿//HotNews!バンドル版

function menuLink(linkLoc)
//{ if(linkLoc !="") { window.new.location.href=linkLoc;} }
{ if(linkLoc !="") { window.open(linkLoc);} }

document.write('<FORM name=fr01>');
document.write('<SELECT name=sl02 onChange="menuLink(fr01.sl02.options[document.fr01.sl02.selectedIndex].value)">');
document.write('<OPTION SELECTED VALUE="">選択...</OPTION>');
document.write('<OPTION VALUE="http://cms.beblog.jp/">BeBLOG投稿・管理</OPTION>');
document.write('<OPTION VALUE="https://www.at-s.com/bin/back/back0000.asp">HotNews!投稿</OPTION>');
document.write('<OPTION VALUE="http://www.oneoffice.jp/tieup/ats/ats_hotnewslogin.php">HotNews!設定・更新</OPTION>');
//document.write('<OPTION VALUE="http://www.oneoffice.jp/tieup/acc_cnt_dsp_login.php">アクセス件数表示</OPTION>');
//document.write('<OPTION VALUE="http://www.oneoffice.jp/tieup/ats/ats_hotnewslogin.php">HorNews!設定・更新</OPTION>');
//document.write('<OPTION VALUE="http://www.oneoffice.jp/tieup/acc_cnt_dsp_login.php">アクセス件数表示</OPTION>');
document.write('</SELECT>');
document.write('<INPUT type="button" value="GO"'); 
document.write('  onClick="menuLink(fr01.sl02.options[document.fr01.sl02.selectedIndex].value)">');
document.write('</FORM>');
