// Qiksearch Menu v 1.0
// (c) 2002 Premshree Pillai
// http://www.qiksearch.com
// qiksearch@rediffmail.com

var links = new Array (
  "index",
  "octo02",
  "octo03",
  "octo04",
  "octo05",
  "octo06",
  "octo07",
  "octo08",
  "octo09",
  "octo10",
    "octo11",
  "back2index",
  "back2picindex"

 );

var links_text = new Array (
  "Octopus - Page 1",
  "Octopus - Page 2",
  "Octopus - Page 3",
  "Octopus - Page 4",
  "Octopus - Page 5",
  "Octopus - Page 6",
  "Octopus - Page 7",
  "Octopus - Page 8",
  "Octopus - Page 9",
  "Octopus - Page 10",
    "Octopus - Page 11",
  "Back to the Yachts",
  "Back to the Pic Index"


 );

var links_url = new Array (
  "http://www.yachtmati.com/Octopus/index.htm",
  "http://www.yachtmati.com/Octopus/octo02.htm",
  "http://www.yachtmati.com/Octopus/octo03.htm",
  "http://www.yachtmati.com/Octopus/octo04.htm",
  "http://www.yachtmati.com/Octopus/octo05.htm",
  "http://www.yachtmati.com/Octopus/octo06.htm",
  "http://www.yachtmati.com/Octopus/octo07.htm",
  "http://www.yachtmati.com/Octopus/octo08.htm",
  "http://www.yachtmati.com/Octopus/octo09.htm",
  "http://www.yachtmati.com/Octopus/octo10.htm",
    "http://www.yachtmati.com/Octopus/octo11.htm",
  "http://www.yachtmati.com/index.htm",
  "http://www.yachtmati.com/picindex/index.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>');
}
*/



