// JavaScript Document

w('<div id="headerArea">');

//top
w('<div class="search clearfix" style="text-align:right;"><div class="fr">');
w('<form action="http://www.google.co.jp/cse" id="cse-search-box" target="_blank">');
w('<input type="hidden" name="cx" value="partner-pub-7309862785495406:mcx7os-fn5r" /><input type="hidden" name="ie" value="Shift_JIS" />');
w('<table>');
w('<tr>');
w('<td><img src="' + PATH + 'common/img/title_search.gif" width="114" height="21" alt="サイト内検索" /></td>');
w('<td><input type="text" name="q" size="28" /></td>');
w('<td><a href="javascript:sendSearch();"><img src="' + PATH + 'common/img/btn_search_off.gif" width="63" height="21" alt="けんさく" name="sa" /></a></td>');
w('</tr>');
w('</table>');
w('</form>');
w('<script type="text/javascript" src="http://www.google.co.jp/cse/brand?form=cse-search-box&amp;lang=ja"></script> ');
w('</div></div>');
//top

//banner
var flashVars = {}
var parms = {
	wmode :"transparent"
}
swfobject.embedSWF(PATH +"common/swf/banner_head.swf", "bannerArea", "728", "90", "9","",flashVars,parms);
w('<div class="center"><div id="bannerArea"></div></div>');
//banner


w('<div class="clearfix">');
w('<div class="fl"><img src="' + PATH + 'common/img/logo.gif" width="134" height="68" alt="" /></div>');
//navi
w('<div class="fl" id="naviArea">');
w('<ul>');
w('<li><a href="' + PATH + 'index.html"><img src="' + PATH + 'common/img/menu/menu_home_off.gif" width="134" height="24" alt="ホーム" /></a></li>');
w('<li><a href="' + PATH + 'about/index.html" target="_parent"><img src="' + PATH + 'common/img/menu/menu_about_off.gif" width="134" height="24" alt="はじめまして" /></a></li>');
w('<li><a href="' + PATH + 'character/index.html" target="_parent"><img src="' + PATH + 'common/img/menu/menu_character_off.gif" width="134" height="24" alt="なかまたち" /></a></li>');
w('<li><a href="' + PATH + 'game/index.html" target="_parent"><img src="' + PATH + 'common/img/menu/menu_game_off.gif" width="134" height="24" alt="ゲーム" /></a></li>');
w('<li><a href="' + PATH + 'download/index.html" target="_parent"><img src="' + PATH + 'common/img/menu/menu_download_off.gif" width="134" height="24" alt="ダウンロード" /></a></li>');
w('<li><a href="' + PATH + 'meet/index.html" target="_parent"><img src="' + PATH + 'common/img/menu/menu_meet_off.gif" width="134" height="24" alt="トーマスに会う" /></a></li>');
w('</ul>');

w('<ul>');
w('<li><a href="' + PATH + 'show/index.html" target="_parent"><img src="' + PATH + 'common/img/menu/menu_show_off.gif" width="134" height="24" alt="おはなしショー" /></a></li>');
w('<li><a href="' + PATH + 'tv/index.html" target="_parent"><img src="' + PATH + 'common/img/menu/menu_broadcast_off.gif" width="134" height="24" alt="放送" /></a></li>');
w('<li><a href="' + PATH + 'dvd/index.html" target="_parent"><img src="' + PATH + 'common/img/menu/menu_dvd_off.gif" width="134" height="24" alt="DVD" /></a></li>');
w('<li><a href="' + PATH + 'mobile/index.html" target="_parent"><img src="' + PATH + 'common/img/menu/menu_mobile_off.gif" width="134" height="24" alt="ケータイでトーマス" /></a></li>');
w('<li><a href="http://www.shop.thomasandfriends.jp/index.html" target="_blank"><img src="' + PATH + 'common/img/menu/menu_shop_off.gif" width="134" height="24" alt="オンラインショップ" /></a></li>');
w('<li><a href="http://playlog.jp/thomasandfriends/blog/" target="_blank"><img src="' + PATH + 'common/img/menu/menu_news_off.gif" width="134" height="24" alt="しんちゃくニュース" /></a></li>');
w('</ul>');
w('</div>');
//navi 
w('</div>');
w('</div>');
