function naviSet(pos) {

var pos; // active page

/*=====================================================================
pos name

[Play]
play1:	What's Cool
play2:	Virtual Culture
play3:	Folk Legends
play4:	Games
play5:	Quiz
play6:	Gallery
play7:	Local Specialities

[Learn]
learn1:	Explore Japan
learn2:	Manga
learn3:	Hi-tech
learn4:	Language

[Try]
try1:	Travel
try2:	Meet the Kids
try3:	Cookbook

[Link us]
linkus1:	Link us

[Archives]
archives1:	Archives

[User Services]
userservices1:	User Guide
userservices2:	FAQ
userservices3:	Feedback
userservices4:	Greeting Cards
userservices5:	Links

[Site Info]
siteinfo1:	About This Site
siteinfo2:	Site Map
siteinfo3:	Mail Us
siteinfo4:	Privacy Policy
siteinfo5:	Disclaimer

=====================================================================*/

/* Play
---------------------------------------------------------------------*/

document.write('\
<div id="gnaviPlay">\
<h3>Play</h3>\
<ul>\
');

//play1
document.write('<li class="t2"><a href="/kidsweb/cool/index.html" onmouseover="MM_showHideLayers(\'whatsCoolSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'whatsCoolSub\',\'\',\'hide\')"');
if( pos == 'play1'){
document.write(' class="gnaviPlayOn"');
}
document.write('><span>What\'s Cool</span></a></li>');

//play7
document.write('<li class="t2"><a href="/kidsweb/local/index.html" onmouseover="MM_showHideLayers(\'LocalSpecialitiesSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'LocalSpecialitiesSub\',\'\',\'hide\')"');
if( pos == 'play7'){
document.write(' class="gnaviPlayOn"');
}
document.write('><span>Local Specialities</span></a></li>');

//play2
document.write('<li class="t2"><a href="/kidsweb/virtual/index.html" onmouseover="MM_showHideLayers(\'virtualCultureSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'virtualCultureSub\',\'\',\'hide\')"');
if( pos == 'play2'){
document.write(' class="gnaviPlayOn"');
}
document.write('><span>Virtual Culture</span></a></li>');

//play3
document.write('<li class="t2"><a href="/kidsweb/folk/index.html" onmouseover="MM_showHideLayers(\'folkLegendsSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'folkLegendsSub\',\'\',\'hide\')"');
if( pos == 'play3'){
document.write(' class="gnaviPlayOn"');
}
document.write('><span>Folk Legends</span></a></li>');

//play4
document.write('<li class="t2"><a href="/kidsweb/games/index.html" onmouseover="MM_showHideLayers(\'gamesSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'gamesSub\',\'\',\'hide\')"');
if( pos == 'play4'){
document.write(' class="gnaviPlayOn"');
}
document.write('><span>Games</span></a></li>');

//play5
document.write('<li class="t2"><a href="/kidsweb/quiz/index.html"');
if( pos == 'play5'){
document.write(' class="gnaviPlayOn"');
}
document.write('><span>Quiz</span></a></li>');

//play6
document.write('<li class="t2"><a href="/kidsweb/gallery/index.html"');
if( pos == 'play6'){
document.write(' class="gnaviPlayOn"');
}
document.write('><span>Gallery</span></a></li>');

document.write('\
</ul>\
</div>\
');

/* Learn
---------------------------------------------------------------------*/
document.write('\
<div id="gnaviLearn">\
<h3>Learn</h3>\
<ul>\
');

//learn1
document.write('<li class="t2"><a href="/kidsweb/explore/index.html" onmouseover="MM_showHideLayers(\'exploreJapanSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'exploreJapanSub\',\'\',\'hide\')"');
if( pos == 'learn1'){
document.write(' class="gnaviLearnOn"');
}
document.write('><span>Explore Japan</span></a></li>');

//learn2
document.write('<li class="t2"><a href="/kidsweb/manga/index.html" onmouseover="MM_showHideLayers(\'mangaSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'mangaSub\',\'\',\'hide\')"');
if( pos == 'learn2'){
document.write(' class="gnaviLearnOn"');
}
document.write('><span>Manga</span></a></li>');

//learn3
document.write('<li class="t2"><a href="/kidsweb/hitech/index.html" onmouseover="MM_showHideLayers(\'hitechSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'hitechSub\',\'\',\'hide\')"');
if( pos == 'learn3'){
document.write(' class="gnaviLearnOn"');
}
document.write('><span>Hi-tech</span></a></li>');

//learn4
document.write('<li class="t2"><a href="/kidsweb/language/index.html" onmouseover="MM_showHideLayers(\'languageSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'languageSub\',\'\',\'hide\')"');
if( pos == 'learn4'){
document.write(' class="gnaviLearnOn"');
}
document.write('><span>Language</span></a></li>');

document.write('\
</ul>\
</div>\
');


/* Try
---------------------------------------------------------------------*/
document.write('\
<div id="gnaviTry">\
<h3>Try</h3>\
<ul>\
');

//try1
document.write('<li class="t2"><a href="/kidsweb/travel/index.html" onmouseover="MM_showHideLayers(\'travelSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'travelSub\',\'\',\'hide\')"');
if( pos == 'try1'){
document.write(' class="gnaviTryOn"');
}
document.write('><span>Travel</span></a></li>');

//try2
document.write('<li class="t2"><a href="/kidsweb/meet/index.html" onmouseover="MM_showHideLayers(\'meetTheKidsSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'meetTheKidsSub\',\'\',\'hide\')"');
if( pos == 'try2'){
document.write(' class="gnaviTryOn"');
}
document.write('><span>Meet the Kids</span></a></li>');

//try3
document.write('<li class="t2"><a href="/kidsweb/cook/index.html" onmouseover="MM_showHideLayers(\'cookbookSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'cookbookSub\',\'\',\'hide\')"');
if( pos == 'try3'){
document.write(' class="gnaviTryOn"');
}
document.write('><span>Cookbook</span></a></li>');

//try4
document.write('<li class="t2"><a href="/kidsweb/kidstv/tv/index.html"');
if( pos == 'try4'){
document.write(' class="gnaviTryOn"');
}
document.write('><span>Kids TV</span></a></li>');


document.write('\
</ul>\
</div>\
');

/* Link us
---------------------------------------------------------------------*/
document.write('\
<div id="gnaviLinkus">\
<ul>\
');

//linkus1
document.write('<li class="t2"><a href="/kidsweb/linkus/index.html"');
if( pos == 'linkus1'){
document.write(' class="gnaviGrayOn"');
}
document.write('><span>Link us</span></a></li>');

document.write('\
</ul>\
</div>\
');

/* Archives
---------------------------------------------------------------------*/
document.write('\
<div id="gnaviArchives">\
<ul>\
');

//archives1
document.write('<li class="t2"><a href="/kidsweb/archives/index.html"');
if( pos == 'archives1'){
document.write(' class="gnaviGrayOn"');
}
document.write('><span>Archives</span></a></li>');

document.write('\
</ul>\
</div>\
');


/* User Services
---------------------------------------------------------------------*/
document.write('\
<div id="gnaviUser">\
<h3>User Services</h3>\
<ul>\
');

//userservices1
//document.write('<li class="t2"><a href="/kidsweb/guide/index.html"');
//if( pos == 'userservices1'){
//document.write(' class="gnaviGrayOn"');
//}
//document.write('><span>User Guide</span></a></li>');

//userservices2
document.write('<li class="t2"><a href="/kidsweb/faq/index.html"');
if( pos == 'userservices2'){
document.write(' class="gnaviGrayOn"');
}
document.write('><span>FAQ</span></a></li>');

//userservices3
//document.write('<li class="t2"><a href="/kidsweb/feedback/index.html"');
//if( pos == 'userservices3'){
//document.write(' class="gnaviGrayOn"');
//}
//document.write('><span>Feedback</span></a></li>');

//userservices4
document.write('<li class="t2"><a href="/kidsweb/greeting/index.html"');
if( pos == 'userservices4'){
document.write(' class="gnaviGrayOn"');
}
document.write('><span>Greeting Cards</span></a></li>');

//userservices5
document.write('<li class="t2"><a href="/kidsweb/links/index.html"');
if( pos == 'userservices5'){
document.write(' class="gnaviGrayOn"');
}
document.write('><span>Links</span></a></li>');

document.write('\
</ul>\
</div>\
');


/* Site Info
---------------------------------------------------------------------*/
document.write('\
<div id="gnaviInfo">\
<h3>Site Info</h3>\
<ul>\
');

//siteinfo1
document.write('<li class="t2"><a href="/kidsweb/about/index.html"');
if( pos == 'siteinfo1'){
document.write(' class="gnaviGrayOn"');
}
document.write('><span>About This Site</span></a></li>');

//siteinfo2
document.write('<li class="t2"><a href="/kidsweb/sitemap/index.html"');
if( pos == 'siteinfo2'){
document.write(' class="gnaviGrayOn"');
}
document.write('><span>Site Map</span></a></li>');

//siteinfo3
//document.write('<li class="t2"><a href="mailto:kidsweb@web-japan.org"');
//if( pos == 'siteinfo3'){
//document.write(' class="gnaviGrayOn"');
//}
//document.write('><span>Mail Us</span></a></li>');

//siteinfo4
//document.write('<li class="t2"><a href="/kidsweb/policy/index.html"');
//if( pos == 'siteinfo4'){
//document.write(' class="gnaviGrayOn"');
//}
//document.write('><span>Privacy Policy</span></a></li>');

//siteinfo5
document.write('<li class="t2"><a href="/kidsweb/disclaimer/index.html"');
if( pos == 'siteinfo5'){
document.write(' class="gnaviGrayOn"');
}
document.write('><span>Disclaimer</span></a></li>');

document.write('\
</ul>\
</div>\
');


/* Layer 
---------------------------------------------------------------------*/
// Whats Cool sub
document.write('\
<div id="whatsCoolSub" onmouseover="MM_showHideLayers(\'whatsCoolSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'whatsCoolSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/cool/10-02-25-01/index.html">&#8216;Poppets Town&#8217;</a></li><li class="t1"><a href="/kidsweb/cool/10-02-04-01/index.html">New Japanese Anim&eacute; Feature Films</a></li><li class="t1"><a href="/kidsweb/cool/10-02-04-02/index.html">&#8216;Jewelpet&#8217;</a></li><li class="t1"><a href="/kidsweb/cool/10-01-21/index.html">Cream Decorating Toy Sets</a></li><li class="t1"><a href="/kidsweb/cool/09-12-17/index.html">The Miraikan: Japan\'s National Museum of Emerging Science and Innovation</a></li><li class="t1"><a href="/kidsweb/cool/09-12-10/index.html">Japanese Video Games: They\'re a Fast-Evolving Art Form!</a></li><li class="t1"><a href="/kidsweb/cool/09-06-03/index.html">Pok&#233;mon Center Tokyo</a></li><li class="t1"><a href="/kidsweb/cool/09-06-01/index.html">A Habit-Making Toy Keychain</a></li><li class="t1"><a href="/kidsweb/cool/09-06-02/index.html">Science is filled with surprises and excitement!</a></li><li class="t1"><a href="/kidsweb/cool/09-03-04/index.html">Solar Panels for Preschools</a></li><li class="t1"><a href="/kidsweb/cool/09-03-01/index.html">Bath Salts for Kids</a></li><li class="t1"><a href="/kidsweb/cool/09-03-03/index.html">Chrome Shelled Regios</a></li><li class="t1"><a href="/kidsweb/cool/09-03-02/index.html">Learning Outside School</a></li><li class="t1"><a href="/kidsweb/cool/09-02-06/index.html">Math Puzzles</a></li><li class="t1"><a href="/kidsweb/cool/09-02-07/index.html">Penny Candy Stores (Dagashiya)</a></li><li class="t1"><a href="/kidsweb/cool/09-02-01/index.html">Science Toys</a></li><li class="t1"><a href="/kidsweb/cool/09-02-03/index.html">Personalized Photo Sticker Machines</a></li><li class="t1"><a href="/kidsweb/cool/09-02-02/index.html">3-D Puzzles</a></li><li class="t1"><a href="/kidsweb/cool/09-02-04/index.html">Be a Movie Star with CG</a></li><li class="t1"><a href="/kidsweb/cool/09-02-05/index.html">Space Art</a></li><li class="t1"><a href="/kidsweb/cool/09-01-01/index.html">Cr&egrave;me Caramel</a></li><li class="t1"><a href="/kidsweb/cool/08-12-05/index.html">Factory Tours</a></li><li class="t1"><a href="/kidsweb/cool/08-12-01/index.html">Paco and the Magical Book</a></li><li class="t1"><a href="/kidsweb/cool/08-12-04/index.html">Cute Cats</a></li><li class="t1"><a href="/kidsweb/cool/08-12-03/index.html">Perfume</a></li><li class="t1"><a href="/kidsweb/cool/08-12-02/index.html">Flying Robots and Cars That Drive Up Walls</a></li><li class="t1"><a href="/kidsweb/cool/08-11-03/index.html">Running Shoes for Extra Speed</a></li><li class="t1"><a href="/kidsweb/cool/08-11-04/index.html">Cute Garbage Bags</a></li><li class="t1"><a href="/kidsweb/cool/08-11-05/index.html">Sports Movies</a></li><li class="t1"><a href="/kidsweb/cool/08-10-07/index.html">FUN STATIONERY</a></li><li class="t1"><a href="/kidsweb/cool/08-10-06/index.html">KIRARIN REVOLUTION</a></li><li class="t1"><a href="/kidsweb/cool/08-10-02/index.html">Plastic Models</a></li><li class="t1"><a href="/kidsweb/cool/08-10-01/index.html">Biomass Toys</a></li><li class="t1"><a href="/kidsweb/cool/08-08-05/index.html">Detective Conan Full Score of Fear</a></li><li class="t1"><a href="/kidsweb/cool/08-08-04/index.html">The Tokyo Toy Museum</a></li><li class="t1"><a href="/kidsweb/cool/08-08-03/index.html">Build and Drive Your Own Car</a></li><li class="t1"><a href="/kidsweb/cool/08-08-02/index.html">Yatterman</a></li><li class="t1"><a href="/kidsweb/cool/08-08-01/index.html">Yu-Gi-Oh! 5D\'s</a></li><li class="t1"><a href="/kidsweb/cool/08-07-06/index.html">Engine Sentai Go-onger</a></li><li class="t1"><a href="/kidsweb/cool/08-07-05/index.html">Battery</a></li><li class="t1"><a href="/kidsweb/cool/08-07-04/index.html">DONA DONA Chan</a></li><li class="t1"><a href="/kidsweb/cool/08-07-03/index.html">Monokuro Boo</a></li><li class="t1"><a href="/kidsweb/cool/08-07-02/index.html">Mugenbine</a></li><li class="t1"><a href="/kidsweb/cool/08-07-01/index.html">Cooking Toys</a></li><li class="t1"><a href="/kidsweb/cool/08-06-01/index.html">Brass Bands</a></li><li class="t1"><a href="/kidsweb/cool/08-03/index.html">PythagoraSwitch</a></li><li class="t1"><a href="/kidsweb/cool/08-02/index.html">Moyashimon</a></li><li class="t1"><a href="/kidsweb/cool/08-01/index.html">You\'re Under Arrest Full Throttle</a></li><li class="t1"><a href="/kidsweb/cool/07-12/index.html">Evangelion: 1.0 You Are (Not) Alone</a></li><li class="t1"><a href="/kidsweb/cool/07-11/index.html">Big Windup!</a></li><li class="t1"><a href="/kidsweb/cool/07-10/index.html">Piano no Mori</a></li><li class="t1"><a href="/kidsweb/cool/07-09/index.html">Zenmai Zamurai</a></li><li class="t1"><a href="/kidsweb/cool/07-08/index.html">Vexille</a></li><li class="t1"><a href="/kidsweb/cool/07-07/index.html">Mushishi</a></li><li class="t1"><a href="/kidsweb/cool/07-06/index.html">Kino\'s Journey: The Beautiful World - Country of Illness - For You</a></li><li class="t1"><a href="/kidsweb/cool/07-05/index.html">Blue Dragon</a></li><li class="t1"><a href="/kidsweb/cool/07-04/index.html">Sergeant Keroro</a></li><li class="t1"><a href="/kidsweb/cool/07-03/cool070302.html">Komaneko</a></li><li class="t1"><a href="/kidsweb/cool/07-03/cool070301.html">Yes! Pretty Cure 5</a></li></ul>\
</div>\
');

// Virtual Culture sub
document.write('\
<div id="virtualCultureSub" onmouseover="MM_showHideLayers(\'virtualCultureSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'virtualCultureSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/virtual/sumo/index.html">Sumo</a></li><li class="t1"><a href="/kidsweb/virtual/house/index.html">Japanese Houses</a></li><li class="t1"><a href="/kidsweb/virtual/kendama/index.html">Kendama</a></li><li class="t1"><a href="/kidsweb/virtual/bento/index.html"><span>Japanese Box Lunches</span></a></li><li class="t1"><a href="/kidsweb/virtual/judo/index.html">Judo</a></li><li class="t1"><a href="/kidsweb/virtual/kimono/index.html">Kimono</a></li><li class="t1"><a href="/kidsweb/virtual/yabusame/index.html">Yabusame &amp; Kyudo</a></li><li class="t1"><a href="/kidsweb/virtual/ukiyoe/index.html">Ukiyo-e</a></li><li class="t1"><a href="/kidsweb/virtual/fukuwarai/index.html">Fuku Warai</a></li><li class="t1"><a href="/kidsweb/virtual/bonsai/index.html">Bonsai</a></li><li class="t1"><a href="/kidsweb/virtual/koto/index.html">Koto</a></li><li class="t1"><a href="/kidsweb/virtual/shodo/index.html">Shodo</a></li><li class="t1"><a href="/kidsweb/virtual/ikebana/index.html">Ikebana</a></li><li class="t1"><a href="/kidsweb/virtual/origami2/index.html">Exploring Origami</a></li><li class="t1"><a href="/kidsweb/virtual/origami/index.html">Origami Overview</a></li></ul>\
</div>\
');

// Local Specialities sub
document.write('\
<div id="LocalSpecialitiesSub" onmouseover="MM_showHideLayers(\'LocalSpecialitiesSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'LocalSpecialitiesSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/local/firefly-squid/index.html">Toyama: Firefly Squid</a></li><li class="t1"><a href="/kidsweb/local/okonomiyaki-takoyaki/index.html">Osaka: Okonomiyaki and Takoyaki</a></li><li class="t1"><a href="/kidsweb/local/castella/index.html">Nagasaki and its Castella sponge cake</a></li></ul>\
</div>\
');

// Folk Legends sub
document.write('\
<div id="folkLegendsSub" onmouseover="MM_showHideLayers(\'folkLegendsSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'folkLegendsSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/folk/spooky/index.html">Spooky Japan</a></li><li class="t1"><a href="/kidsweb/folk/yomeiri/index.html">Nezumi no Yomeiri</a></li><li class="t1"><a href="/kidsweb/folk/kintaro/index.html">Kintaro</a></li><li class="t1"><a href="/kidsweb/folk/netaro/index.html">Sannen Netaro</a></li><li class="t1"><a href="/kidsweb/folk/tanabata/index.html">Tanabata</a></li><li class="t1"><a href="/kidsweb/folk/suzume/index.html">Shitakiri Suzume</a></li><li class="t1"><a href="/kidsweb/folk/ofuda/index.html">Sanmai no Ofuda</a></li><li class="t1"><a href="/kidsweb/folk/tengu/index.html">Tengu no Kakuremino</a></li><li class="t1"><a href="/kidsweb/folk/bunbuku/index.html">Bunbuku Chagama</a></li><li class="t1"><a href="/kidsweb/folk/warashibe/index.html">Warashibe Choja</a></li><li class="t1"><a href="/kidsweb/folk/tsuru/index.html">Tsuru no Ongaeshi</a></li><li class="t1"><a href="/kidsweb/folk/kachi/index.html">Kachikachi-yama</a></li><li class="t1"><a href="/kidsweb/folk/issun/index.html">Issun-boshi</a></li><li class="t1"><a href="/kidsweb/folk/kasajizo/index.html">Kasajizou</a></li><li class="t1"><a href="/kidsweb/folk/saryjani/index.html">Sarukani Kassen</a></li><li class="t1"><a href="/kidsweb/folk/hanasaka/index.html">Hanasaka Jiisan</a></li><li class="t1"><a href="/kidsweb/folk/kaguya/index.html">Kaguya Hime</a></li><li class="t1"><a href="/kidsweb/folk/urashimataro/index.html">Urashima-taro</a></li><li class="t1"><a href="/kidsweb/folk/momotaro/index.html">Momotaro</a></li></ul>\
</div>\
');

// Games sub
document.write('\
<div id="gamesSub" onmouseover="MM_showHideLayers(\'gamesSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'gamesSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="javascript:openWindow(\'/kidsweb/games/step_back/index.html\');">Step Back in Time</a></li><li class="t1"><a href="javascript:openWindow(\'/kidsweb/games/mistakes/index.html\');">Spot the Mistakes</a></li><li class="t1"><a href="javascript:openWindow(\'/kidsweb/games/match/index.html\');">Mix \'n\' Match</a></li><li class="t1"><a href="javascript:openWindow(\'/kidsweb/games/photo/index.html\');">What\'s in the Photo?</a></li><li class="t1"><a href="javascript:openWindow(\'/kidsweb/games/gestures/index.html\');">Gesture Game</a></li><li class="t1"><a href="javascript:openWindow(\'/kidsweb/games/hiragana/index.html\');">Hiragana Picture Matching Game</a></li><li class="t1"><a href="javascript:openWindow(\'/kidsweb/games/puzzle/index.html\');">Japan Puzzle</a></li><li class="t1"><a href="javascript:openWindow(\'/kidsweb/games/answers/index.html\');">Japanese Celebrations</a></li><li class="t1"><a href="javascript:openWindow(\'/kidsweb/games/nurie/index.html\');">Pictures of Japan</a></li></ul>\
</div>\
');

// Explore Japan sub
document.write('\
<div id="exploreJapanSub" onmouseover="MM_showHideLayers(\'exploreJapanSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'exploreJapanSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/explore/nature/index.html">Nature and Climate</a></li><li class="t1"><a href="/kidsweb/explore/regions/index.html">Regions of Japan</a></li><li class="t1"><a href="/kidsweb/explore/housing/index.html">Housing, Food, and Clothes</a></li><li class="t1"><a href="/kidsweb/explore/schools/index.html">Schools</a></li><li class="t1"><a href="/kidsweb/explore/outside/index.html">Outside the Classroom</a></li><li class="t1"><a href="/kidsweb/explore/language/index.html">Language</a></li><li class="t1"><a href="/kidsweb/explore/history/index.html">History</a></li><li class="t1"><a href="/kidsweb/explore/culture/index.html">Culture</a></li><li class="t1"><a href="/kidsweb/explore/sports/index.html">Sports</a></li><li class="t1"><a href="/kidsweb/explore/imperial/index.html">The Imperial Family</a></li><li class="t1"><a href="/kidsweb/explore/national/index.html">National Flag and National Anthem</a></li><li class="t1"><a href="/kidsweb/explore/government/index.html">Government</a></li><li class="t1"><a href="/kidsweb/explore/international/index.html">International Relations</a></li><li class="t1"><a href="/kidsweb/explore/economy/index.html">Economy and Industry</a></li><li class="t1"><a href="/kidsweb/explore/environment/index.html">Protecting the Environment</a></li><li class="t1"><a href="/kidsweb/explore/map/index.html">Map</a></li><li class="t1"><a href="/kidsweb/explore/calendar/index.html">Calendar</a></li><li class="t1"><a href="/kidsweb/explore/basic/index.html">Basic Info</a></li></ul>\
</div>\
');

// Manga sub
document.write('\
<div id="mangaSub" onmouseover="MM_showHideLayers(\'mangaSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'mangaSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/manga/0803/index.html">Graduation</a></li><li class="t1"><a href="/kidsweb/manga/0802/index.html">Fun in the Snow</a></li><li class="t1"><a href="/kidsweb/manga/0801/index.html">New Year\'s Shrine Visit</a></li><li class="t1"><a href="/kidsweb/manga/0712/index.html">New Year\'s Cards</a></li><li class="t1"><a href="/kidsweb/manga/0711/index.html">Sushi-Go-Round</a></li><li class="t1"><a href="/kidsweb/manga/0710/index.html">Sports Day</a></li><li class="t1"><a href="/kidsweb/manga/0709/index.html">Moon Watching</a></li><li class="t1"><a href="/kidsweb/manga/0708/index.html">Summer Festival</a></li><li class="t1"><a href="/kidsweb/manga/0707/index.html">Making a Wish for Tanabata</a></li><li class="t1"><a href="/kidsweb/manga/0706/index.html">Class Trip</a></li><li class="t1"><a href="/kidsweb/manga/0705/index.html">Carp Streamers</a></li><li class="t1"><a href="/kidsweb/manga/0704/index.html">The Walking School Bags</a></li><li class="t1"><a href="/kidsweb/manga/0703/index.html">The Missing Doll</a></li><li class="t1"><a href="/kidsweb/manga/0702/index.html">Bean Throwing</a></li><li class="t1"><a href="/kidsweb/manga/0701/index.html">New Year&#39;s Rice Cakes</a></li></ul>\
</div>\
');

// Hi-tech sub
document.write('\
<div id="hitechSub" onmouseover="MM_showHideLayers(\'hitechSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'hitechSub\',\'\',\'hide\')">\
<div class="sidesubTitle"><p id="hitechTheKidsfuture">See the Future</p></div>\
<ul><li class="t1"><a href="/kidsweb/hitech/electric_cars/index.html">Japanese Electric Vehicle sets World Record</a></li><li class="t1"><a href="/kidsweb/hitech/ih_iron/index.html">The &#8216;IH Iron&#8217;</a></li><li class="t1"><a href="/kidsweb/hitech/gravity_grabber/index.html">GravityGrabber</a></li><li class="t1"><a href="/kidsweb/hitech/eporo/index.html">EPORO, a New Kind of Robot Car</a></li><li class="t1"><a href="/kidsweb/hitech/helicopter/index.html">Getting Around by Personal Helicopter</a></li><li class="t1"><a href="/kidsweb/hitech/seaweed/index.html">Seaweed Power</a></li><li class="t1"><a href="/kidsweb/hitech/plant/index.html">Plant Hospital Accepting Patients!</a></li><li class="t1"><a href="/kidsweb/hitech/fish/index.html">&quot;Magic&quot; Water and Bubbles</a></li><li class="t1"><a href="/kidsweb/hitech/elevator/index.html">Space Elevator</a></li><li class="t1"><a href="/kidsweb/hitech/coelacanth/index.html">Unlocking the Mysteries of Evolution</a></li><li class="t1"><a href="/kidsweb/hitech/sound/index.html">Liquid That Solidifies with Sound</a></li><li class="t1"><a href="/kidsweb/hitech/curry/index.html">Plastic Made from Curry</a></li><li class="t1"><a href="/kidsweb/hitech/icy/index.html">Studying Icy Insects</a></li><li class="t1"><a href="/kidsweb/hitech/space/index.html">A Model for Future Spacecraft</a></li><li class="t1"><a href="/kidsweb/hitech/extinguisher/index.html">Soap-water Fire-extinguisher</a></li><li class="t1"><a href="/kidsweb/hitech/injection/index.html">Pain-Free Injections</a></li><li class="t1"><a href="/kidsweb/hitech/drawing/index.html">Computers of the Future</a></li><li class="t1"><a href="/kidsweb/hitech/invisible/index.html">The Invisible Man</a></li><li class="t1"><a href="/kidsweb/hitech/paper/index.html">Electronic Paper</a></li><li class="t1"><a href="/kidsweb/hitech/ecocar/index.html">Eco-Cars</a></li><li class="t1"><a href="/kidsweb/hitech/wearable/index.html">Wearable TV</a></li><li class="t1"><a href="/kidsweb/hitech/scissors/index.html">Neurosurgery Scissors</a></li><li class="t1"><a href="/kidsweb/hitech/medaka/index.html">See-Through Fish</a></li><li class="t1"><a href="/kidsweb/hitech/endoscope/index.html">Capsule Endoscopes</a></li><li class="t1"><a href="/kidsweb/hitech/robot/index.html">Robots</a></li></ul>\
<div class="sidesubTitle"><p id="hitechTheKidsinno">Today\'s Innovation</p></div>\
<ul><li class="t1"><a href="/kidsweb/hitech/magnesium_violins/index.html">Magnesium Violins Created by Hammer</a></li><li class="t1"><a href="/kidsweb/hitech/recpaper/index.html">Would You Believe that Paper Can Talk?</a></li><li class="t1"><a href="/kidsweb/hitech/helperrobot/index.html">Now There&#8217;s a Robot to Help Physically Challenged People Eat</a></li><li class="t1"><a href="/kidsweb/hitech/robotdinosaurs/index.html">Robot Dinosaurs</a></li><li class="t1"><a href="/kidsweb/hitech/teethbank/index.html">Teeth Bank</a></li><li class="t1"><a href="/kidsweb/hitech/bluerose/index.html">Blue Roses</a></li><li class="t1"><a href="/kidsweb/hitech/scissors/index.html">Neurosurgery Scissors</a></li><li class="t1"><a href="/kidsweb/hitech/planetarium/index.html">Planetariums</a></li><li class="t1"><a href="/kidsweb/hitech/acrylic/index.html">Acrylic Panels for Aquariums</a></li><li class="t1"><a href="/kidsweb/hitech/figurines/index.html">Figurines</a></li><li class="t1"><a href="/kidsweb/hitech/anime/index.html">The Evolving World of Anime</a></li><li class="t1"><a href="/kidsweb/hitech/watch/index.html">Watches Made in Japan</a></li><li class="t1"><a href="/kidsweb/hitech/rice/index.html">Rice Cookers</a></li><li class="t1"><a href="/kidsweb/hitech/tsunami/index.html">Forecasting Tsunamis</a></li><li class="t1"><a href="/kidsweb/hitech/can/index.html">Canned Hot Drinks</a></li><li class="t1"><a href="/kidsweb/hitech/suicaicoca/index.html">Suica and ICOCA</a></li><li class="t1"><a href="/kidsweb/hitech/mobile/index.html">Mobile Phones</a></li><li class="t1"><a href="/kidsweb/hitech/game/index.html">Video Games</a></li><li class="t1"><a href="/kidsweb/hitech/toilet/index.html">High-Tech Toilets</a></li><li class="t1"><a href="/kidsweb/hitech/shinkansen/index.html">Bullet Train</a></li><li class="t1"><a href="/kidsweb/hitech/ramen/index.html">Instant Ramen</a></li><li class="t1"><a href="/kidsweb/hitech/subaru/index.html">The Subaru Telescope</a></li><li class="t1"><a href="/kidsweb/hitech/godzilla/index.html">Special Effects in Godzilla Movies</a></li></ul>\
</div>\
');


// Language sub
document.write('\
<div id="languageSub" onmouseover="MM_showHideLayers(\'languageSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'languageSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/language/lesson1/index.html">Lesson 1</a></li><li class="t1"><a href="/kidsweb/language/lesson2/index.html">Lesson 2</a></li><li class="t1"><a href="/kidsweb/language/lesson3/index.html">Lesson 3</a></li><li class="t1"><a href="/kidsweb/language/lesson4/index.html">Lesson 4</a></li><li class="t1"><a href="/kidsweb/language/lesson5/index.html">Lesson 5</a></li><li class="t1"><a href="/kidsweb/language/lesson6/index.html">Lesson 6</a></li><li class="t1"><a href="/kidsweb/language/lesson7/index.html">Lesson 7</a></li><li class="t1"><a href="/kidsweb/language/lesson8/index.html">Lesson 8</a></li><li class="t1"><a href="/kidsweb/language/anime/index.html">Animated Japanese</a><a href="/kidsweb/language/quickjapanese/index.html">Quick Japanese</a></li><li class="t1"><a href="/kidsweb/language/quickkanji/index.html">Quick Kanji</a></li><li class="t1"><a href="/kidsweb/language/hiragana/index.html">Hiragana Chart</a></li><li class="t1"><a href="/kidsweb/language/katakana/index.html">Katakana Chart</a></li><li class="t1"><a href="/kidsweb/language/numbers/index.html">Numbers</a></li></ul>\
</div>\
');

// Travel sub
document.write('\
<div id="travelSub" onmouseover="MM_showHideLayers(\'travelSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'travelSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/travel/okinawa/index.html">Tropical Cycling Tour</a></li><li class="t1"><a href="/kidsweb/travel/shimanami/index.html">Island Hopping</a></li><li class="t1"><a href="/kidsweb/travel/tokyo/index.html">Tokyo Bicycle Adventure</a></li><li class="t1"><a href="/kidsweb/travel/kyoto/index.html">Exploring Kyoto on Two Wheels</a></li><li class="t1"><a href="/kidsweb/travel/cool/index.html">Exploring "Cool Japan" in Tokyo</a></li><li class="t1"><a href="/kidsweb/travel/hokkaido/index.html">Something Different: Hokkaido for Kids</a></li><li class="t1"><a href="/kidsweb/travel/train/index.html">Discovering Japan by Train</a></li><li class="t1"><a href="/kidsweb/travel/festivals/index.html">Dancing at Japanese Festivals</a></li><li class="t1"><a href="/kidsweb/travel/castles/index.html">A Tour of Japanese Castles</a></li><li class="t1"><a href="/kidsweb/travel/dagashi/index.html">Time Traveling with Dagashi Candies</a></li><li class="t1"><a href="/kidsweb/travel/ninja/index.html">Touring Famous Ninja Villages</a></li></ul>\
</div>\
');

// Meet the Kids sub
document.write('\
<div id="meetTheKidsSub" onmouseover="MM_showHideLayers(\'meetTheKidsSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'meetTheKidsSub\',\'\',\'hide\')">\
<div class="sidesubTitle"><p id="meetTheKidsYoung">Young Artists</p></div>\
<ul><li class="t1"><a href="/kidsweb/meet/nichibu/index.html">Japanese Dance</a></li><li class="t1"><a href="/kidsweb/meet/kagura/index.html">Kagura</a></li><li class="t1"><a href="/kidsweb/meet/taiko/index.html">Taiko</a></li><li class="t1"><a href="/kidsweb/meet/chado/index.html">Chado or Sado (Tea Ceremony)</a></li><li class="t1"><a href="/kidsweb/meet/arita/index.html">Arita Ware</a></li><li class="t1"><a href="/kidsweb/meet/noh/index.html">Noh</a></li><li class="t1"><a href="/kidsweb/meet/kendo/index.html">Kendo</a></li><li class="t1"><a href="/kidsweb/meet/shamisen/index.html">Tsugaru Shamisen</a></li><li class="t1"><a href="/kidsweb/meet/kabuki/index.html">Ogano Kids Kabuki</a></li></ul>\
<div class="sidesubTitle"><p id="meetTheKidsSchool">Schools</p></div>\
<ul><li class="t1"><a href="/kidsweb/meet/shirakawa/index.html">Shirakawa Junior High School; Gifu</a></li><li class="t1"><a href="/kidsweb/meet/obama/index.html">Obama Elementary School; Kagoshima</a></li><li class="t1"><a href="/kidsweb/meet/shinanodai/index.html">Shinanodai Elementary School; Aichi</a></li><li class="t1"><a href="/kidsweb/meet/zenrin/index.html">Zenrin Gakuen; Kagawa</a></li><li class="t1"><a href="/kidsweb/meet/tokamachi/index.html">Tokamachi Elementary School; Niigata</a></li><li class="t1"><a href="/kidsweb/meet/komei/index.html">Komei School for the Physically Handicapped; Tokyo</a></li><li class="t1"><a href="/kidsweb/meet/nushima/index.html">Nushima Middle School; Hyogo</a></li><li class="t1"><a href="/kidsweb/meet/ohnominami/index.html">Ohnominami Middle School; Kanagawa</a></li></ul>\
</div>\
');

// Cookbook sub
document.write('\
<div id="cookbookSub" onmouseover="MM_showHideLayers(\'cookbookSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'cookbookSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/cook/okonomiyakiboy/index.html">Okonomiyaki Boy</a></li><li class="t1"><a href="/kidsweb/cook/temari/index.html">Sushi Balls</a></li><li class="t1"><a href="/kidsweb/cook/intro/index.html">An Introduction to Japanese Food</a></li><li class="t1"><a href="/kidsweb/cook/rice/index.html">Rice and Miso Soup</a></li><li class="t1"><a href="/kidsweb/cook/dishes/index.html">Favorite Dishes</a></li><li class="t1"><a href="/kidsweb/cook/sushi/index.html">Sushi</a></li><li class="t1"><a href="/kidsweb/cook/okonomiyaki/index.html">Okonomiyaki and Yakisoba</a></li><li class="t1"><a href="/kidsweb/cook/soba/index.html">Soba and Udon</a></li><li class="t1"><a href="/kidsweb/cook/wagashi/index.html">Wagashi (Japanese Sweets and Cakes)</a></li></ul>\
</div>\
');

// kids TV sub
document.write('\
<div id="kidstvSub" onmouseover="MM_showHideLayers(\'kidstvSub\',\'\',\'show\')" onmouseout="MM_showHideLayers(\'kidstvSub\',\'\',\'hide\')">\
<ul><li class="t1"><a href="/kidsweb/kidstv/tv/index.html">Kids TV</a></li></ul>\
</div>\
');


}


/* 
---------------------------------------------------------------------*/

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

/* */
function openWindow(imageFile, title, width, height) {
	title = (typeof(title) == 'string' && title.match(/\S/)) ? title : 'gallery';
	width = width ? ',width='+width : '';
	height = height ? ',height='+height : '';
	scroll_resize = (width || height) ? ",scrollbars=0,resizable=0" : ",scrollbars=1,resizable=1";
  msg=window.open(imageFile, title,"status=0,location=0,toolbar=0,directories=0,menubar=0" + scroll_resize + width + height);
}



/*right click disabled

******************************************/

function uagent() {

	var ua = navigator.userAgent;

	if (ua.match(/Opera[\/\s](\d+\.\d+)/) && RegExp.$1 >= 6)                return 'op';

	if (ua.match(/MSIE (\d+\.\d+);/) && RegExp.$1 >= 5)                     return 'ie';

	if (ua.match(/Netscape6\/(\d+\.\d+)/))                                  return 'ns';

	if (ua.match(/^Mozilla\/5\.0.+rv:(\d+\.\d+).+Gecko/) && RegExp.$1 >= 1) return 'mz';

	return '';

}



function disabled() {

	document.oncontextmenu = new Function('return false');

	if(uagent() == 'ie') {

		
		document.attachEvent('oncontextmenu',new Function('return false'));

	}

}



disabled();



window.onerror = new Function('return true');


