function getLinks(str) {

//=================================================================
//KWIK HOLS LINKS
//===============

if (str=="insurance") 
  url = "http://www.holidayextras.co.uk/CoastDirect/ABCDirect.ASP?p=i&profile=britalytravel&agent=wv160";

if (str=="charterflights") 
  url = "http://www.traveldata.net/scripts/kwiksurf.exe/flightmain?khid=KH666953312";

if (str=="packages") 
  url = "http://www.traveldata.net/scripts/kwiksurf.exe/packmain?khid=KH666953312";

if (str=="cruises") 
  url = "http://www.traveldata.net/scripts/kwiksurf.exe/packmain?khid=KH666953312";

if (str=="consols") 
  url = "http://www.traveldata.net/scripts/kwiksurf.exe/schedmain?khid=KH666953312";

if (str=="ski") 
  url = "http://www.traveldata.net/scripts/kwiksurf.exe/packmain?khid=KH666953312";

//=================================================================
//LINKS TO TRAVEL SUPPLIERS
//=========================

if (str=="currency") 
  url = "http://www.onlinefx.co.uk/kwikhols/index.htm";

if (str=="attractions") 
  url = "http://www.octopustravel.com/Enter.jsp?siteid=kwikhols";

if (str=="airpark") 
  url = "http://secure.holidayextras.co.uk/britalytravel_parking/";

if (str=="airhotels") 
  url = "http://secure.holidayextras.co.uk/britalytravel_hotels/";

if (str=="airlounges") 
  url = "http://secure.holidayextras.co.uk/britalytravel_lounges/";

if (str=="aircoach") 
  url = "http://www.holidayextras.co.uk/CoastDirect/ABCDirect.ASP?p=x&profile=britalytravel&agent=wv160";

if (str=="railint") 
  url = "http://www.railchoice.co.uk/index.asp?aid=127";

if (str=="ferry") 
  url = "http://www.aferry.to/GWmapRefer.asp?ReferComp=AFDL";

if (str=="accommodation") 
  url = "http://www.seligo.com/accommodation/accommodation.asp?affiliate_id=KWIK";

if (str=="ukbreaks") 
  url = "http://www.superbreak.com/home.cfm?company=kwik&Content=PriceAndDate";

if (str=="londonhotels") 
  url = "http://www.superbreak.com/hotelnet/superbreak/new/LondonHotels.cfm?Company=kwik";

if (str=="theatre") 
  url = "http://www.superbreak.com/home.cfm?content=showsavailable&company=kwik";

if (str=="citybreaks") 
  url = "http://www.superbreak.com/home.cfm?company=kwik&Content=InternationalHotels";

//==============================================================
//THESE LINKS ARE AFFILIATE DEALS WITH MERCHANTS
//==============================================

if (str=="carhire") 
  url = "http://www.holidayautos.co.uk/cgi-bin/liveweb.sh/QSearch.w?ctryref=GBR&lang=EN&aff=ximpulsetvl";

if (str=="golfbreaks") 
  url = "http://tracker.tradedoubler.com/click?p=232&a=920008&g=19114&epi=KH666953312";

if (str=="railuk") 
  url = "http://tracker.tradedoubler.com/click?p=3447&a=920008&g=27260&epi=KH666953312";

if (str=="ukcottages") 
  url = "http://tracker.tradedoubler.com/click?p=3324&a=920008&g=19415&epi=KH666953312";

if (str=="hotels") 
  url = "http://tracker.tradedoubler.com/click?p=14612&a=920008&g=84548&epi=KH666953312";

if (str=="tourseeing") 
  url = "http://www.affiliate.viator.com/welcome.jsp?AUID=2182&SUBAUID=KH666953312";

if (str=="londonattractions") 
  url = "http://www.qksrv.net/click-1418289-517262?SID=KH666953312";

if (str=="scheduled") 
  url = "http://service.bfast.com/bfast/click?bfmid=32883972&siteid=40906981&bfpage=homepage&bfinfo=KH666953312" ;

         
//=============================================================
//NON-COMMISSION LINKS
//====================

if (str=="hoseasons") 
  url = "http://www.hoseasons.co.uk";

if (str=="coach") 
  url = "http://www.sunways-direct.com/home.htm";

//==============================================================
//THESE LINKS ARE NOT ALWAYS USED
//===============================
if (str=="specials") 
  url = "http://www.kwikhols.co.uk/2/specials.htm";

if (str=="latedeals") 
  url = "http://www.kwikhols.co.uk/2/specials.htm";

//==============================================================
//THESE LINKS SHOULD NOT BE CHANGED FOR ANY WEB SITE
//==================================================

if (str=="brochuresearch") 
  url = "http://195.188.244.210/scripts/devel/broDrop.exe?Site=Brochures";

if (str=="brochureorders") 
  url = "http://www.brochurebank.co.uk/index.asp?inDB=TAGENT&outDB=TAGENT&Zero=0";

if (str=="passport") 
  url = "http://www.ukpa.gov.uk/";

if (str=="visa") 
  url = "http://www.thamesconsular.com/";

if (str=="usvisa") 
  url = "http://www.usembassy.org.uk/cons_web/visa/niv/vwp.htm";

if (str=="health") 
  url = "http://www.fitfortravel.scot.nhs.uk/Home2.htm";

if (str=="fco") 
  url = "http://www.fco.gov.uk/servlet/Front?pagename=OpenMarket/Xcelerate/ShowPage&c=Page&cid=1007029390590";

if (str=="destinfo") 
  url = "http://www.odci.gov/cia/publications/factbook/index.html";

if (str=="resortguides") 
  url = "http://www.lonelyplanet.com";

if (str=="travnews") 
  url = "http://www.kwikhols.co.uk/2/news.htm";

if (str=="infozone") 
  url = "http://www.kwikhols.co.uk/2/info-zone.htm";

//===========================================================
//END OF LINKS LISTING
//====================

day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=780,height=450,left = 5,top = 5');");
}

