<!--
// Copyright 2002, 2003, Live Oak Games.  All Rights Reserved.

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

MM_reloadPage(true);

function mLink(tgt,txt) {
  // hide the e-mail address
  var newtgt = 'to:'+tgt+'@';
  newtgt = newtgt+'liveoakgames';
  newtgt = newtgt+'.com';
  document.write('<A href="mail'+newtgt+'">'+txt+'</a>');
}

/*
var storecount = 5;
var stores = new Array(storecount);
function featuredretailer () {
 stores[1]="http://www.amazon.com/exec/obidos/search-handle-url/002-1205780-6428852?url=index=toys&field-keywords=Live+Oak+Games";
 stores[2]=
}
*/
function updateStatus(txt) {
  status=txt;
  return true;
}

//-->