// Copyright, 2008, Dong-Wan Kang, Aloha Personal Information Management
function loadGlobalNav() {
  document.write("<a href='http://koreanflagship.manoa.hawaii.edu/search.html'>Search</a> | <a href='http://koreanflagship.manoa.hawaii.edu/sitemap.html'>Site Map</a> | <a href='http://koreanflagship.manoa.hawaii.edu/contact.html'>Contact</a>");
}

function loadHeader() {
	document.write("<img src='http://koreanflagship.manoa.hawaii.edu/images/header850x85.jpg' border='0' usemap='#header' /><map name='header' id='header'><area shape='rect' coords='21,14,79,72' href='http://manoa.hawaii.edu' /><area shape='rect' coords='96,19,471,45' href='http://koreanflagship.manoa.hawaii.edu/' /><area shape='rect' coords='243,52,468,71' href='http://manoa.hawaii.edu' /><area shape='rect' coords='533,15,631,63' href='http://www.thelanguageflagship.org/' /><area shape='rect' coords='630,48,756,72' href='http://www.thelanguageflagship.org/' /><area shape='rect' coords='704,6,745,20' href='http://koreanflagship.manoa.hawaii.edu/contact.html' /><area shape='rect' coords='753,5,800,20' href='http://koreanflagship.manoa.hawaii.edu/sitemap.html' /><area shape='rect' coords='803,7,847,21' href='http://koreanflagship.manoa.hawaii.edu/search.html' /></map>");
}

function loadCopyright() {
  document.write("<a href='http://koreanflagship.manoa.hawaii.edu/'>Korean Language Flagship Center</a> • 1859 East-West Road, Suite 110, Honolulu, HI 96822<br/>Tel: (808) 956-8469 • Fax: (808) 956-6026 • Email: <a href='mailto:korean-flagship@hawaii.edu'>korean-flagship@hawaii.edu</a><br />Copyright &copy; 2009 • <a href='http://koreanflagship.manoa.hawaii.edu/contact.html'>Contact</a> | <a href='http://koreanflagship.manoa.hawaii.edu/sitemap.html'>Site Map</a> | <a href='http://koreanflagship.manoa.hawaii.edu/search.html'>Search</a>");
}

function expandCollapse(id){	
  var imgId = 'img_'+ id;
  if(document.getElementById(id).className == 'hide'){
     document.getElementById(id).className='show';
     document.getElementById(imgId).src='http://koreanflagship.manoa.hawaii.edu/images/minus.gif';		
  } else{
     document.getElementById(id).className='hide';
     document.getElementById(imgId).src='http://koreanflagship.manoa.hawaii.edu/images/plus.gif';
  }
}