/*

   function click() {

      if (event.button==2) alert('This site was produced by Vision Internet Services - http://www.visn.co.uk')

   }

   document.onmousedown=click

*/







  if ((navigator.appVersion.substring(0,3) >= 3.0)) {



    home_on = new Image;

    home_on.src = "rollovers/b_home.gif";

    home_off = new Image;

    home_off.src = "rollovers/a_home.gif";



    about_on      = new Image;

    about_on.src  = "rollovers/b_about.gif";

    about_off     = new Image;

    about_off.src = "rollovers/a_about.gif";



    flights_on      = new Image;

    flights_on.src  = "rollovers/b_flights.gif";

    flights_off     = new Image;

    flights_off.src = "rollovers/a_flights.gif";



    business_on      = new Image;

    business_on.src  = "rollovers/b_business.gif";

    business_off     = new Image;

    business_off.src = "rollovers/a_business.gif";



    cyprus_on      = new Image;

    cyprus_on.src  = "rollovers/b_cyprus.gif";

    cyprus_off     = new Image;

    cyprus_off.src = "rollovers/a_cyprus.gif";



    other_on      = new Image;

    other_on.src  = "rollovers/b_other.gif";

    other_off     = new Image;

    other_off.src = "rollovers/a_other.gif";



    special_on      = new Image;

    special_on.src  = "rollovers/b_special.gif";

    special_off     = new Image;

    special_off.src = "rollovers/a_special.gif";



    view_on      = new Image;

    view_on.src = "rollovers/b_view.gif";

    view_off     = new Image;

    view_off.src = "rollovers/a_view.gif";



    insurance_on      = new Image;

    insurance_on.src = "rollovers/b_insurance.gif";

    insurance_off     = new Image;

    insurance_off.src = "rollovers/a_insurance.gif";



    links_on      = new Image;

    links_on.src = "rollovers/b_links.gif";

    links_off     = new Image;

    links_off.src = "rollovers/a_links.gif";



    conditions_on      = new Image;

    conditions_on.src = "rollovers/b_conditions.gif";

    conditions_off     = new Image;

    conditions_off.src = "rollovers/a_conditions.gif";



  }









  function on(imgName) {

    if ((navigator.appVersion.substring(0,3) >= 3.0)) {

      document[imgName].src = eval(imgName + "_on.src");

    }

  }

  function off(imgName) {

    if ((navigator.appVersion.substring(0,3) >= 3.0)) {

      document[imgName].src = eval(imgName + "_off.src");

    }

  }















	

// copyright 1999-2000 Mikodocs, Inc. http://www.mikodocs.com/tags/

// Distribute this script freely, but keep this 

// notice with the code.

var submitRolls = new Object();



function submitroll(src, oversrc, name)

{

this.src=src;

this.oversrc=oversrc;

this.name=name;

this.alt="Submit Query";

this.write=submitroll_write;

}



function submitroll_write()

{

var thisform = 'document.forms[' + (document.forms.length - 1) + ']';

submitRolls[this.name] = new Object();

submitRolls[this.name].over = new Image();

submitRolls[this.name].over.src = this.oversrc;

submitRolls[this.name].out = new Image();

submitRolls[this.name].out.src = this.src;



document.write(

   '<A onMouseOver="if (document.images)document.images[\'' + 

   this.name + "'].src=submitRolls['" + this.name + '\'].over.src"' + 

   ' onMouseOut="if (document.images)document.images[\'' + 

   this.name + "'].src=submitRolls['" + this.name + '\'].out.src"' + 

   ' HREF="javascript:');

if (this.sendname)

   document.write(thisform + '.elements[\'' + this.sendname + '\'].value=\'' + this.sendname + '\';');

document.write(thisform + '.submit();void(0);">' + 

   '<IMG SRC="' + this.src + '" ALT="' + this.alt + 

   '" BORDER=0 NAME="' + this.name + '"');

if (this.height)document.write(' HEIGHT=' + this.height);

if (this.width)document.write(' WIDTH=' + this.width);

if (this.alt) document.write (' ALT=' + this.alt);

if (this.value) document.write (' VALUE=' + this.value);

if (this.otheratts)document.write(' ' + this.otheratts);

document.write('></A>');

if (this.sendname)

   document.write('<INPUT TYPE=HIDDEN NAME="' + this.sendname + '">');

}



	

	

	

	

	

	

	

	

	

	

	

	

	















