var selectedQS = 0; var st = ''; st += '
'; st += '
'; st += '
Fly
'; st += '
Fly + Hotel
'; st += '
Hotel
'; st += '
Charter
'; st += '
Temarejser
'; st += '
'; st += '
'; function SwitchQS(id) { var QScount = 5; for(i=1;i<=QScount;i++) { if(document.getElementById("QS"+i)) { document.getElementById("QS"+i).style.display = "none"; document.getElementById("tab_menu_item_"+i).className = "tab_menu_item"; } } document.getElementById("QS"+id).style.display = ""; document.getElementById("tab_menu_item_"+id).className = "tab_menu_item_selected"; selectedQS = id; } function ShowIframe(id, url, width, height) { if(document.location.search.length) { if(url.indexOf('?')>0) url+=(url.slice(url.indexOf('?')+1) ? '&' : '')+document.location.search.slice(1); else url+=document.location.search; } st+=''; } function MouseOverMenuTab(id) { if(id!=selectedQS) document.getElementById("tab_menu_item_"+id).className = "tab_menu_item_hover"; } function MouseOutMenuTab(id) { if(id!=selectedQS) document.getElementById("tab_menu_item_"+id).className = "tab_menu_item"; } function GetURLParam(param) { ReturnValue = ""; if(window.location.search.length>1) { aPairs = window.location.search.substr(1).split("&"); for(i=0;i