var xmlHttp;var element_ID;function nextChoice(bogo_getdata,bogo_str,bogo_element,bogo_parms,bogo_selected)
{if(bogo_element=='ShowCountries')
{disableAll();}
element_ID=bogo_element;xmlHttp=GetXmlHttpObject()
if(xmlHttp==null)
{alert("Browser does not support HTTP Request.Please upgrade Your browser to newer version!");return;}
var url=bogo_getdata;url=url+"?q="+bogo_str;url=url+bogo_parms+'&selected='+bogo_selected;url=url+"&sid="+Math.random();xmlHttp.onreadystatechange=stateChanged;xmlHttp.open("GET",url,true);xmlHttp.send(null);}
function stateChanged()
{if(xmlHttp.readyState==4||xmlHttp.readyState=="complete")
{document.getElementById(element_ID).innerHTML=xmlHttp.responseText;}}
function GetXmlHttpObject()
{var xmlHttp=null;try
{xmlHttp=new XMLHttpRequest();}
catch(e)
{try
{xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}
catch(e)
{xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");}}
return xmlHttp;}
function disableAll()
{document.getElementById("From").options.length=0;document.getElementById("To").options.length=0;document.getElementById("From").setAttribute("disabled","disabled");document.getElementById("To").setAttribute("disabled","disabled");}
function enableReturnDate(form)
{if(navigator.appName=="Microsoft Internet Explorer")
document.getElementById("Return_details").style.display="block";else
document.getElementById("Return_details").style.display="table-row";document.getElementById("Return_details2").style.display="none";if(form=="1")
{document.getElementById("Return_details").style.display="block";}
if(form=="2")
{document.MainForm.ReturnDate.removeAttribute("disabled");}}
function disableReturnDate(form)
{if(form=="1")
{document.getElementById("Return_details").style.display="none";document.getElementById("Return_details2").style.display="block";}}
function MM_openBrWindow(theURL,winName,features)
{window.open(theURL,winName,features);}
function checkIt(values,faktor)
{var st1=document.getElementById("sub1").value=parseFloat(document.getElementById("BabyStroler").value)*0*faktor;var st2=document.getElementById("sub2").value=parseFloat(document.getElementById("BabySeat").value)*5*faktor;var st3=document.getElementById("sub3").value=parseFloat(document.getElementById("ChildSeat").value)*5*faktor;var st4=document.getElementById("sub4").value=parseFloat(document.getElementById("SkiSnowboard").value)*10*faktor;var st5=document.getElementById("sub5").value=parseFloat(document.getElementById("GolfBag").value)*10*faktor;var st6=document.getElementById("sub6").value=parseFloat(document.getElementById("Bicycle").value)*15*faktor;var st7=document.getElementById("sub7").value=parseFloat(document.getElementById("ExtraLuggage").value)*0*faktor;document.getElementById("SpecialItemsCost").value=document.getElementById("extras_totalx").value=document.getElementById("extras_total").value=st1+st2+st3+st4+st5+st6+st7;}
