var gNavi = "";
gNavi += '<div id="gNaviCocolog">';
gNavi += '<h1><a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_niftop?http://www.nifty.com/"><img src="http://www.cocolog-nifty.com/common_header/images/gnavi_logo_nifty.gif" alt="アット・ニフティ" width="64" height="21" border="0" class="nifLogo" /></a><a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_cocologtop?http://www.cocolog-nifty.com/"><img src="http://www.cocolog-nifty.com/common_header/images/gnavi_logo_cocolog.gif" alt="ココログ" width="88" height="21" border="0" /></a></h1>';
gNavi += '<p><a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_cocologtoptxt?http://www.cocolog-nifty.com/">ココログトップ</a> | <a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_cocofl?http://www.cocolog-nifty.com/cocoflash/">新着記事一覧</a> | <a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_celeb?http://celeb.cocolog-nifty.com/">有名人ブログ</a> | <a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_design?http://design.cocolog-nifty.com/">デザイン</a> | <a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_bpg?http://blogpartsgarden.jp/">ブログパーツ</a> | <a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_sup?http://www.cocolog-nifty.com/support/index.htm">サポート</a> <a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_start?http://www.cocolog-nifty.com/start/index.htm"><img src="http://www.cocolog-nifty.com/common_header/images/gnavi_btn_regist.gif" width="67" height="20" alt="新規登録" border="0" /></a> <a href="http://www.nifty.com/cgi-bin/cl?cocolog_header_login?http://www.cocolog-nifty.com/login/"><img src="http://www.cocolog-nifty.com/common_header/images/gnavi_btn_login.gif" width="67" height="20" border="0" alt="ログイン" /></a></p>';
gNavi += '</div>';

var bShow = false;
var timer;

function toggleObject (sID) {
	bShow = !bShow;
	if (bShow) {
		showObject(sID);
	} else {
		hideObject(sID);
	}
}
function showObject (sID) {
	bShow = true;
	stopTimeout();
	document.getElementById(sID).style.display = 'block';
}
function hideObject (sID) {
	bShow = false;
	document.getElementById(sID).style.display = 'none';
}
function startTimeout(sID) {
	timer = setTimeout("hideObject('sitemap')", 300);
}
function stopTimeout() {
	clearTimeout(timer);
}
var head = document.getElementsByTagName( 'head' );
var link=document.createElement( 'link' );
link.rel="stylesheet";
link.type="text/css";
link.href= 'http://www.cocolog-nifty.com/common_header/gnavi.css';
head[0].appendChild( link );
document.write(gNavi);
