<!--
var Xoffset=20;
var Yoffset=-10;

var old,skn,iex=(document.all),yyy=-1000;

var ns4=document.layers
var ns6=document.getElementById&&!document.all
var ie4=document.all

var tips = new Array();
tips["Travellers"]="Your age at the date of purchase of the policy.";

tips["Annual Multi Trip"]="Unlimited number of trips, maximum of 45 days per trip, includes 17 days wintersports per annum. Individual adult travel allowed.";
tips["Single Trip"]="Single trips of 3 days to 365 days.";
tips["Long Stay"]="For single trips,from 3 days to 365 days";
tips["Adventure Travel"]="For single trips,from 3 days to 365 days, but can be extended after departure to a total of 18 months. Maximum age 35 years.";

tips["Add Winter Sports Cover"]="Add wintersports cover to your policy for an additional cost.";
tips["Add Golf Cover"]="Adds golf cover to your policy for an additional cost.";
tips["Add Business Cover"]="Adds business cover to your policy for an additional cost.";
tips["Add Cruise Cover"]="Adds cruise cover to your policy.";
tips["Delete Baggage and Money Cover"]="Removes the baggage and money cover from your policy for a discount on the price. This option is not available on all policy types.";
tips["Delete Cancellation Cover"]="Removes the cancellation and curtailment cover from your policy for a discount on the price."
tips["Double Excess"]="This reduces the price but if you claim you will need to pay double the excess.";
tips["Half Excess"]="This increases the price but if you make a claim you will only pay half the excess.";

tips["Pre-existing Medical Conditions"]="All Pre-existing medical conditions are excluded from cover. However, if you or any person to be insured does have a pre-existing medical condition and would like to apply for cover on this policy please call us on the number at the top of this page. If you have already called the Medical Screening Helpline, have paid any relevant additional premium and they have given you written confirmation of additional cover/terms then please enter your reference number in the Health Screening Reference box.Please click the above red information button for further information on Pre-Existing Medical Conditions and Material Facts.";


var myWidth = 0, myHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
  //Non-IE
  myWidth = window.innerWidth;
  myHeight = window.innerHeight;
} else {
  if( document.documentElement &&
      ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else {
    if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
      //IE 4 compatible
      myWidth = document.body.clientWidth;
      myHeight = document.body.clientHeight;
    }
  }
}
  
if (ns4)
skn=document.dek
else if (ns6)
skn=document.getElementById("dek").style
else if (ie4)
skn=document.all.dek.style
if(ns4)document.captureEvents(Event.MOUSEMOVE);
else{
skn.visibility="visible"
skn.display="none"
}
document.onmousemove=get_mouse;

function tip(ttl){
while (ttl.indexOf("_")>0) {
	ttl=ttl.replace("_"," ");
}
var content="<table cellpadding=0 cellspacing=0><tr><td class=\"tiptitle\">Help</td></tr><tr><td class=\"tip\"><strong>"+ttl+"</strong><br>"+tips[ttl]+"</td></table>";
yyy=Yoffset;
 if(ns4){skn.document.write(content);skn.document.close();skn.visibility="visible"}
 if(ns6){document.getElementById("dek").innerHTML=content;skn.display=''}
 if(ie4){document.all("dek").innerHTML=content;skn.display=''}
}

function get_mouse(e){
var x=(ns4||ns6)?e.pageX:event.x+document.documentElement.scrollLeft;
if (x>(myWidth-220)) x=x-230;
var xx=x+Xoffset+"px";
skn.left=xx;
var y=(ns4||ns6)?e.pageY:event.y+document.documentElement.scrollTop;
var yy=y+yyy+"px";
skn.top=yy;
}

function killtip(){
yyy=-1000;
if(ns4){skn.visibility="hidden";}
else if (ns6||ie4)
skn.display="none"
}
//-->