// JavaScript Document

function popbook (url) {
	window.open(url,'_blank','width=932,height=460,left=200,top=30,scrollbars=no')
}

function copyright() {
	document.write('Copyright &copy; 2005-2009 Fumio Okada. All Rights Reserved.');
}

function top_banner() {
	document.write('<img src="images/spacer.gif" height="20px" border=0><br>');
	document.write('<img src="images/header.gif" usemap="#Map" border=0> ');
	document.write('<map name="Map"><area shape="rect" coords="354,13,396,56" href="updates.html" alt="Updates"> ');
	document.write('<area shape="rect" coords="404,16,443,56" href="index.htm" alt="Home"> ');
	document.write('<area shape="rect" coords="451,15,491,55" href="gallery/gallery/gallery.html" alt="Gallery"> ');
	document.write('<area shape="rect" coords="496,16,544,56" href="portfolio.html" alt="Portfolio"> ');
	document.write('<area shape="rect" coords="549,13,601,56" href="gallery/aerial/aerial.html" alt="Aerial Photo"> ');
	document.write('<area shape="rect" coords="608,12,651,56" href="showcase.html" alt="Showcase"> ');
	document.write('<area shape="rect" coords="660,14,699,55" href="profile.html" alt="Profile"> ');
	document.write('<area shape="rect" coords="706,12,746,57" href="contact.html" alt="Contact Info"></map> ');
	document.write('<img src="images/spacer.gif" height="20px" border=0><br>');
}

function footer() {
	document.write('<img src="images/spacer.gif" height="10px" border=0><br>');
	document.write('<hr color="#67C2AA" size="1px">');
	document.write('<a href="index.htm" class="c">Home</a> | ');
	document.write('<a href="updates.html" class="c">Updates</a> | ');
	document.write('<a href="gallery/gallery/gallery.html" class="c">Gallery</a> | ');
	document.write('<a href="portfolio.html" class="c">Portfolio</a> | ');
	document.write('<a href="gallery/aerial/aerial.html" class="c">Aerial Photo</a> | ');
	document.write('<a href="showcase.html" class="c">Showcase</a> | ');
	document.write('<a href="profile.html" class="c">Profile</a> | ');
	document.write('<a href="contact.html" class="c">Contact</a> <br>');
}


/* portfolio */
function top_banner2() {
	document.write('<img src="../../images/spacer.gif" height="20px" border=0><br>');
	document.write('<img src="../../images/header.gif" usemap="#Map" border=0> ');
	document.write('<map name="Map"><area shape="rect" coords="354,13,396,56" href="../../updates.html" alt="Updates"> ');
	document.write('<area shape="rect" coords="404,16,443,56" href="../../index.htm" alt="Home"> ');
	document.write('<area shape="rect" coords="451,15,491,55" href="../../gallery/gallery/gallery.html" alt="Gallery"> ');
	document.write('<area shape="rect" coords="496,16,544,56" href="../../portfolio.html" alt="Portfolio"> ');
	document.write('<area shape="rect" coords="549,13,601,56" href="../../gallery/aerial/aerial.html" alt="Aerial Photo"> ');
	document.write('<area shape="rect" coords="608,12,651,56" href="../../showcase.html" alt="Showcase"> ');
	document.write('<area shape="rect" coords="660,14,699,55" href="../../profile.html" alt="Profile"> ');
	document.write('<area shape="rect" coords="706,12,746,57" href="../../contact.html" alt="Contact Info"></map> ');
	document.write('<img src="../../images/spacer.gif" height="20px" border=0><br>');
}

function footer2() {
	document.write('<img src="../../images/spacer.gif" height="10px" border=0><br>');
	document.write('<hr color="#67C2AA" size="1px">');
	document.write('<a href="../../index.htm" class="c">Home</a> | ');
	document.write('<a href="../../updates.html" class="c">Updates</a> | ');
	document.write('<a href="../../gallery/gallery/gallery.html" class="c">Gallery</a> | ');
	document.write('<a href="../../portfolio.html" class="c">Portfolio</a> | ');
	document.write('<a href="../../gallery/aerial/aerial.html" class="c">Aerial Photo</a> | ');
	document.write('<a href="../../showcase.html" class="c">Showcase</a> | ');
	document.write('<a href="../../profile.html" class="c">Profile</a> | ');
	document.write('<a href="../../contact.html" class="c">Contact</a> <br>');
}

//showcase functions
function showcasenav() {
	document.write('<a href="showcase.html" class="b">Books</a> &bull; ');
	document.write('<a href="showcase_cal.html" class="b">Calendars</a> &bull; ');
	document.write('<a href="showcase_ot.html" class="b">Others</a><br>');
}