////////////////////////////////////////////////////////////////////////
//
//	ヘッダ・フッタ・ JavaScript
//	Copyright(c) 2005 NOGI-BOTANICAL-Supplements.
//
//
////////////////////////////////////////////////////////////////////////

//----------------------------------------------------------------------


//----------------------------------------------------------------------
// データ群
//
function SiteInfo(root, imgRoot, genreDir, categoryDir, productDir)
{
	this.root			= root;
	this.imgRoot		= imgRoot;

}

var glbSiteInfo = new SiteInfo
(
	"http://www.botanical.jp/",
	"http://www.botanical.jp/img/"
);



var glbFlgShopMasterComment = false;
if(self['glbShopMasterComment'])
{
	if (glbShopMasterComment != "")
	{
		glbFlgShopMasterComment = true;
	}
}




//======================================================================
// ヘッダ
//----------------------------------------------------------------------
//
var glbHeadHTML =


    "<table border=0  background=http://www.i-shintaro.com/img/menu/menuback.jpg>"
+"<tr><td colspan=7><a href=http://www.i-shintaro.com/index.html><img src='http://www.i-shintaro.com/img/topimg/head.jpg'  border='0' valign=top></td></tr>"
+"<tr><td rowspan=3><a href=http://www.botanical.jp/lib_id22-051108111443.php><img src='http://www.i-shintaro.com/img/menu/rogo_final.jpg'  border='0' align=absmiddle></a></td><td>"
+"<a href=http://www.i-shintaro.com/><img src='http://www.i-shintaro.com/img/menu/top.jpg'  border='0' valign=top></a></td><td valign=top>"
    +"<a href=http://www.i-shintaro.com/c2/index.html><img src='http://www.i-shintaro.com/img/menu/c2.jpg'  border='0'></a></td><td valign=top  height=25px>"
    +"<a href=http://www.botanical.jp/taiyo/colum/blog.cgi><img src='http://www.i-shintaro.com/img/menu/c3.jpg'  border='0'></a></td><td valign=top>"
    +"<a href=http://www.botanical.jp/taiyo/colum4/blog.cgi><img src='http://www.i-shintaro.com/img/menu/c4.jpg'  border='0'></a></td><td valign=top>"
    +"<a href=http://www.botanical.jp/taiyo/colum5/blog.cgi><img src='http://www.i-shintaro.com/img/menu/c5.jpg'  border='0'></a></td><td valign=top>"
    +"<a href=http://www.botanical.jp/taiyo/colum6/blog.cgi><img src='http://www.i-shintaro.com/img/menu/c6.jpg'  border='0'></a></td></tr><tr><td valign=top>"
    +"<a href=http://www.botanical.jp/taiyo/colum7/blog.cgi><img src='http://www.i-shintaro.com/img/menu/c7.jpg'  border='0'></a></td><td valign=top>"
    +"<a href=http://www.i-shintaro.com/c8/index.html><img src='http://www.i-shintaro.com/img/menu/c8.jpg'  border='0'></a></td>"
    +"";

//======================================================================
// フッタ
//----------------------------------------------------------------------
//
var glbFootCopyrightHTML =
    "<a href=http://www.i-shintaro.com/events/index.html><img src=http://www.i-shintaro.com/img/plate/events2.jpg align=absmiddle border=0></a>"
       + "<a href=http://www.botanical.jp target=_blank><img src=http://www.i-shintaro.com/img/topimg/banner2.jpg align=absmiddle border=0></a>"
       + "　<font size=2><a href=http://www.i-shintaro.com/c2/c2-4/index.html>｜　協賛のおねがい/a>"
   + "　<a href=http://www.i-shintaro.com/release/index.html>｜　プレスリリース　｜</a>"
   + "<a href=http://www.i-shintaro.com/link/index.html>　リンク　｜</a>"
      + "<a href=http://www.i-shintaro.com/mapindex.html>　サイトマップ　｜</a></font>"
   + "<hr size=1 width=100%><table border=0 width=770px><tr><td class=gene><small><img src=http://www.i-shintaro.com/img/rogo/rogo3.jpg align=absmiddle width=150>"
   +"</td>"
    +" <td class=gene></small></td></tr></table>";









