﻿//target="_blank"の代わりにwindow.openを使用する
function wopen1(url){
  window.open(url);
}

//トップメニューの表示
text0  = "";
text0 += "<div id='tmenu'>";
text0 += "<a href='http://beginners.atompro.net' title='トップページ' onmouseover='tmoff_all();'>トップ</a>";
text0 += "<a href='/#lbegin' title='はじめに' name='tmenu02m' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>はじめに</a>";
text0 += "<a href='/#lnews' title='新着情報' name='tmenu03m' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>新着情報</a>";
text0 += "<a href='/#mhpmek' title='ＨＰ作成' name='tmenu04m' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>ＨＰ作成</a>";
text0 += "<a href='/#msample' title='サンプル' name='tmenu05m' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>サンプル</span>";
text0 += "<a href='/#mkanren' title='関連サイト' name='tmenu06m' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>関連サイト</a>";
text0 += "<a href='/#mfree' title='フリー素材' name='tmenu07m' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>フリー素材</a>";
text0 += "<a href='/#mbbs' title='掲示板' name='tmenu08m' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>掲示板</a>";
text0 += "<a href='/#metc' title='その他' name='tmenu09m' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>その他</a>";
text0 += "<a href='/#seng' title='検索エンジン' name='tmenu10m' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>検索エンジン</a>";
text0 += "</div>";
document.write(text0);

//ポップアップメニューの表示
text0  = "";
text0 += "<div class='tmenus' id='tmenu02s' name='tmenu02s' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>";
text0 += "<a name='tmenu021' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_intro.shtml' title='はじめに/バナー'>はじめに/バナー</a>";
text0 += "<a name='tmenu022' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/sitemap.html' title='このサイトのサイトマップです。'>サイトマップ</a>";
text0 += "<a name='tmenu023' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/yougo_yougo1.shtml' title='HP作成に関連した用語の解説'>用語集</a>";
text0 += "</div>";
document.write(text0);

text0  = "";
text0 += "<div class='tmenus' id='tmenu03s' name='tmenu03s' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>";
text0 += "<a name='tmenu031' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/sqlbrd_sqlbrd_cfgmsgbrd.html' title='更新履歴など管理人からのメッセージです。'>更新履歴</a>";
text0 += "<a name='tmenu032' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/sqlbrd_sqlbrd_cfgwhats.html' title='掲示板の投稿状況が確認できます。'>掲示板の投稿状況</a>";
text0 += "</div>";
document.write(text0);

text0  = "";
text0 += "<div class='tmenus' id='tmenu04s' name='tmenu04s' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>";
text0 += "<a name='tmenu041' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_faqhp.shtml' title='ホームページ作成の予備知識について解説しています。'>HP作成の予備知識</a>";
text0 += "<a name='tmenu042' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_hpmsoft.shtml' title='ホームページ作成に必要なソフトなどを紹介します。'>HP作成関連ソフト</a>";
text0 += "<a name='tmenu043' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_hpmake.shtml' title='無料で作る簡単なホームページのを作成方法を解説します。'>無料で作る簡単なHP</a>";
text0 += "<a name='tmenu044' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_material.shtml' title='無料でWEB素材を作る方法を解説してます。'>無料で作るWEB素材</a>";
text0 += "<a name='tmenu045' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_exphtml.shtml' title='HTML言語についてサンプルを折り込みながら解説しています。\n一通り読めばＨＴＭＬも恐くない！？'>HTMLの解説</a>";
text0 += "<a name='tmenu046' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_layout.html' title='CSS（カスケーディングスタイルシート）を使ったページレイアウトの作成方法を解説します。'>CSSレイアウトデザイン</a>";
text0 += "<a name='tmenu047' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_expcgi.shtml' title='Perlを使用したCGIの作成方法を解説しています。'>CGI（Perl）の解説</a>";
text0 += "<a name='tmenu048' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_faqperl.shtml' title='Perlのちょっとしたテクニックや予備知識を解説しています。'>CGIの予備知識</a>";
text0 += "<a name='tmenu049' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_faqphp.shtml' title='PHPのちょっとしたテクニックや予備知識を解説しています。'>PHPの予備知識</a>";
text0 += "</div>";
document.write(text0);

text0  = "";
text0 += "<div class='tmenus' id='tmenu05s' name='tmenu05s' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>";
text0 += "<a name='tmenu051' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_smphtm.shtml' title='HTMLを使用したサンプル'>HTMLサンプル</a>";
text0 += "<a name='tmenu052' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_smpcss.shtml' title='CSSのサンプルやちょっとしたテクニック'>CSSサンプル</a>";
text0 += "<a name='tmenu053' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_smpdhtm.shtml' title='DHTMLを使用したサンプル'>DHTMLサンプル</a>";
text0 += "<a name='tmenu054' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_smpjvsc.shtml' title='JavaScriptを使用したサンプル'>Javascriptサンプル</a>";
text0 += "<a name='tmenu055' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_smpcgi.shtml' title='CGIを使用したサンプル'>CGIサンプル</a>";
text0 += "<a name='tmenu056' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_smpphp.shtml' title='PHPを使用したサンプル'>PHPサンプル</a>";
text0 += "<a name='tmenu057' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_webtool.shtml' title='WEB開発の為の調査ツール'>WEB開発調査ツール</a>";
text0 += "</div>";
document.write(text0);

text0  = "";
text0 += "<div class='tmenus' id='tmenu06s' name='tmenu06s' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>";
text0 += "<a name='tmenu061' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_sitefree.shtml' title='無料関連のサイト集'>無料関連サイト</a>";
text0 += "<a name='tmenu062' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_sitemate.shtml' title='WEB素材関連のサイト集'>WEB素材関連サイト</a>";
text0 += "<a name='tmenu063' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_sitehtml.shtml' title='HTML関連のサイト集'>HTML関連サイト</a>";
text0 += "<a name='tmenu064' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_sitecss.shtml' title='CSS・デザイン･テンプレート関連のサイト集'>CSS・デザイン･<br>テンプレート関連サイト</a>";
text0 += "<a name='tmenu065' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_sitejvsc.shtml' title='JavaScript関連のサイト集'>JavaScript関連サイト</a>";
text0 += "<a name='tmenu066' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_sitecgi.shtml' title='CGI（Perl）関連のサイト集'>CGI（Perl）関連サイト</a>";
text0 += "<a name='tmenu067' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_sitephp.shtml' title='PHP関連のサイト集'>PHP関連サイト</a>";
text0 += "</div>";
document.write(text0);

text0  = "";
text0 += "<div class='tmenus' id='tmenu07s' name='tmenu07s' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>";
text0 += "<a name='tmenu071' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_sknbrd.shtml' title='スキンが使用できる無料の掲示板です。'>スキンボード</a>";
text0 += "<a name='tmenu072' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_free.shtml' title='テキスト型、グラフィック型のアクセスカウンタを公開しています。'>アクセスカウンタ</a>";
text0 += "<a name='tmenu073' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_free.shtml' title='ホームページで使用するカラーを取得するためのツールを公開しています。'>カラーピッカー</a>";
text0 += "<a name='tmenu074' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_free.shtml' title='atomがVectorで公開しているフリーソフトです。'>FCP Ver2.1</a>";
text0 += "</div>";
document.write(text0);

text0  = "";
text0 += "<div class='tmenus' id='tmenu08s' name='tmenu08s' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>";
text0 += "<a name='tmenu080' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/indexi.shtml' title='携帯専用掲示板メニュー'>携帯メニュー</a>";
text0 += "<a name='tmenu081' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/sqlbrd_sqlbrd_cfghpmake.html' title='HTML、JavaScript、CGI、SSIのご質問はこちら。　(^｡^)'>ＨＰ作成質問箱</a>";
text0 += "<a name='tmenu082' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/sqlbrd_sqlbrd_cfgguest.html' title='サイトの感想やあしあとに。'>あしあと掲示板</a>";
text0 += "<a name='tmenu083' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/tool_imagebbs_' title='煮えきった頭のリフレッシュに．．'>お絵描き掲示板</a>";
text0 += "<a name='tmenu084' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/sqlbrd_sqlbrd_cfgwaiwai.html' title='雑談にお使い下さい。'>雑談掲示板</a>";
text0 += "<a name='tmenu085' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/oldlog/hpmake/oldlog.html' title='掲示板関係の過去ログ'>質問箱過去ログ</a>";
text0 += "<a name='tmenu086' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/blog0.html' title='管理人の忙しい毎日'>自作ブログ</a>";
/*
text0 += "<a name='tmenu087' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='sqlbrd_sqlbrd_cfgimgbrd.html' title='携帯から画像付きメールで投稿できます'>メールボード</a>";
text0 += "<a name='tmenu088' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/phpBB2/' title='皆さんの情報交換の場に．．'>フォーラム</a>";
*/
text0 += "</div>";
document.write(text0);

text0  = "";
text0 += "<div class='tmenus' id='tmenu09s' name='tmenu09s' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>";
text0 += "<a name='tmenu091' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/sqlbrd_sqlbrd_cfglnkbrd.html' title='おもしろい情報や役立つ情報もあります'>総合リンク集</a>";
text0 += "<a name='tmenu092' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='members_memlst_memreg.html' title='サイト情報がメールで取得できます'>メンバーズ</a>";
text0 += "<a name='tmenu093' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/sqlbrd_sdmail_cfgsupport.html' title='困った時の有償サポートサービス'>サポートサービス</a>";
text0 += "<a name='tmenu094' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_private.shtml' title='管理人への連絡、メール、雑談など'>管理者へ連絡</a>";
text0 += "<a name='tmenu095' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://beginners.atompro.net/sqlbrd_sdmail_cfgsdmail.html' title='管理人へのメール送信フォーム'>メール</a>";
text0 += "<a name='tmenu096' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='/htm_spam.shtml' title='迷惑メールの記録'>迷惑メールのgraveyard</a>";
text0 += "</div>";
document.write(text0);

text0  = "";
text0 += "<div class='tmenus' id='tmenu10s' name='tmenu10s' onmouseover='tmons(this);' onmouseout='tmoffs(this);'>";
text0 += "<a name='tmenu101' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://www.google.co.jp/' title='Google検索へ' target='_blank'>Google</a>";
text0 += "<a name='tmenu102' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://www.yahoo.co.jp/' title='Yahoo検索へ' target='_blank'>Yahoo!</a>";
text0 += "<a name='tmenu103' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://www.goo.ne.jp/' title='goo検索へ' target='_blank'>goo</a>";
text0 += "<a name='tmenu104' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://www.infoseek.co.jp/' title='infoseek検索へ' target='_blank'>infoseek</a>";
text0 += "<a name='tmenu105' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://jp.msn.com/' title='MSN Search検索へ' target='_blank'>MSN Search</a>";
text0 += "<a name='tmenu106' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://www.fresheye.co.jp/' title='Fresheye検索へ' target='_blank'>Fresheye</a>";
text0 += "<a name='tmenu106' onmouseover='tmona(this);' onmouseout='tmoffa(this);' href='http://www.lycos.jp/' title='Lycos検索へ' target='_blank'>Lycos</a>";
text0 += "</div>";
document.write(text0);

//サブメニューに乗っかった時のON
function tmons(obj0){
  objnam0 = obj0.name;
//alert(objnam0.length);
  if (objnam0.length < 8){
    tmoff_all();
  }else{
    tmoff_all();
  }
  objnam0 = obj0.name;
  objnam0 = objnam0.substring(0,7)+"s";
//alert(objnam0);
  document.getElementById(objnam0).style.visibility = 'visible';
}
//サブメニューに乗っかった時のOFF
function tmoffs(obj0){
  objnam0 = obj0.name;
//alert(objnam0.length);
  if (objnam0.length > 7){
    objnam0 = objnam0.substring(0,7)+"s";
    document.getElementById(objnam0).style.visibility = 'hidden';
  }
}
//サブメニューのリンクに乗っかった時のON
function tmona(obj0){
  objnam0 = obj0.name;
//alert(objnam0.length);
  if (objnam0.length < 8){
    tmoff_all();
  }else{
    tmoff_all();
  }
  objnam0 = obj0.name;
  objnam0 = objnam0.substring(0,7)+"s";
//alert(objnam0);
  document.getElementById(objnam0).style.visibility = 'visible';
}
//サブメニューのリンクに乗っかった時のOFF
function tmoffa(obj0){
  objnam0 = obj0.name;
//alert(objnam0.length);
  if (objnam0.length > 7){
    objnam0 = objnam0.substring(0,7)+"s";
    document.getElementById(objnam0).style.visibility = 'hidden';
  }
}
//すべてのメニューをOFF
function tmoff_all(){
  for(i=2;i<=9;i++){
    objnam0 = "tmenu0"+i+"s";
    document.getElementById(objnam0).style.visibility = 'hidden';
  }
}
function tmflips(obj0){
  objnam0 = obj0.name;
//alert(objnam0);
  flg0 = document.getElementById(objnam0).style.visibility;
  if (flg0 == "visible"){
    document.getElementById(objnam0).style.visibility = 'hidden';
  }else{
    document.getElementById(objnam0).style.visibility = 'visible';
  }
}
