// Qiksearch Menu v 1.0
// (c) 2002 Premshree Pillai
// http://www.qiksearch.com
// qiksearch@rediffmail.com

var links = new Array (
  "shopping_cart_conferences",	
  "03price",
  "03intro",
  "03agenda",
  "03speakers",
  "03sponsors",
  "03who",
  "03hotel",  
  "03accr",
  "03exhibit",
  "03mp",
  "03more"
 );

var links_text = new Array (
  "Register Now",
  "Price/Admin",
  "Introduction",
  "Agenda",
  "Speakers",
  "Sponsors",
  "Who should attend?",
  "Hotel Info",
  "Accreditation",
  "Exhibitors",
  "Media Partners",
  "Further Info"
 );

var links_url = new Array (
  "shopping_cart_conferences.htm",
  "03price.htm",
  "03intro.htm",
  "03agenda.htm",
  "03speakers.htm",
  "03sponsors.htm",
  "03who.htm",
  "03hotel.htm",
  "03accr.htm",
  "03exhibit.htm",
  "03mp.htm",
  "03more.htm"
 );

var loc=String(this.location);
loc=loc.split("/");
loc=loc[loc.length-1].split(".");
loc=loc[loc.length-2];

function dyn_menu_gen()
{
 for(var i=0; i<links.length; i++)
 {
  if(((this.location=="http://www.66.242.129.81.com") || (this.location=="http://www.66.242.129.81/") || (this.location=="http://66.242.129.81.com") || (this.location=="http://66.242.129.81.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_side">' + 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_side">' + 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_side">' + links_text[i] + '</a></td></tr></table>');
  }
 }
  document.write('<table cellspacing="0" cellpadding="0" width= "100%" bgcolor="#FFFFFF"><tr><td></td></tr></table>');
 }
} 

dyn_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>');
}
*/