// Qiksearch Menu v 1.0
// (c) 2002 Premshree Pillai
// http://www.qiksearch.com
// qiksearch@rediffmail.com

var links = new Array (
  "updates",
  "picindex",
  "bannenberg",
  "acajou",
  "acajou2",
  "acajou3",
  "acajou4"

 );

var links_text = new Array (
  "Back to Update List",
  "Back to Pic Index",
  "Back to Bannenberg",
  "Acajou - Intact",
  "Acajou - Damaged",
  "Acajou - Ashore 1",
  "Acajou - Ashore 2"

 );

var links_url = new Array (
  "http://www.yachtmati.com/index.htm",
  "http://www.yachtmati.com/picindex.htm",
  "http://www.yachtmati.com/anemos/index.htm",
  "http://www.yachtmati.com/acajou/index.htm",
  "http://www.yachtmati.com/acajou/index2.htm",
  "http://www.yachtmati.com/acajou/index3.htm",
  "http://www.yachtmati.com/acajou/index4.htm"
  
 );

var loc=String(this.location);
loc=loc.split("/");
loc=loc[loc.length-1].split(".");
loc=loc[loc.length-2];

function qiksearch_menu_gen()
{
 for(var i=0; i<links.length; i++)
 {
  if(((this.location=="http://www.qiksearch.com") || (this.location=="http://www.qiksearch.com/") || (this.location=="http://qiksearch.com") || (this.location=="http://qiksearch.com/")) && (i==0))
{
   document.write('<table class="explorer_active" onmouseover="this.className=&#39;explorer_active&#39;;return true" onmouseout="this.className=&#39;explorer_active&#39;;return true" onmousedown="this.className=&#39;explorer_active&#39;;return true" onclick="location.href=&#39;' + links_url[i] + '&#39;"><tr><td><a href="' + links_url[i] + '" class="menu">' + links_text[i] + ' <b>&raquo;</b></a></td></tr></table>');
}
else
{
  if(loc==links[i])
  {
   document.write('<table class="explorer_active" onmouseover="this.className=&#39;explorer_active&#39;;return true" onmouseout="this.className=&#39;explorer_active&#39;;return true" onmousedown="this.className=&#39;explorer_active&#39;;return true" onclick="location.href=&#39;' + links_url[i] + '&#39;"><tr><td><a href="' + links_url[i] + '" class="menu">' + links_text[i] + ' <b>&raquo;</b></a></td></tr></table>');
  }
  else
  {
   document.write('<table class="explorer" onmouseover="this.className=&#39;explorer_over&#39;;return true" onmouseout="this.className=&#39;explorer&#39;;return true" onmousedown="this.className=&#39;explorer_down&#39;;return true" onclick="location.href=&#39;' + links_url[i] + '&#39;"><tr><td><a href="' + links_url[i] + '" class="menu">' + links_text[i] + '</a></td></tr></table>');
  }
 }
  document.write('<table cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"><tr><td></td></tr></table>');
 }
} 

qiksearch_menu_gen();

// Temp Script
/*
var check_ns4=(document.layers)?true:false;

if(!check_ns4)
{
 document.writeln('<scr' + 'ipt language="JavaScript" src="scripts/JSdragTemp.js">' + '<' + '/' + 'scr' + 'ipt>');
}
*/



