var prices=[];$(document).ready(function(){$("table.detailsTable").hide();var priceSelector=document.getElementById("KLT_main_text_sbPriceOptions");if(priceSelector){priceSelector.selectedIndex=0}$("table.overviewTable").click(function(){$("table.overviewTable > tbody > tr > td.optCol > :button").attr("value","Mer info");$("table.overviewTable").removeClass("activeTable");if($(this).next().css("display")=="table"||$(this).next().css("display")=="block"){$("table.detailsTable").hide();$(this).next().hide()}else{$("table.detailsTable").hide();$(this).addClass("activeTable").next().show();$(this).find("tbody > tr > td.optCol > :button").attr("value","Göm info")}});var tables=$("table.overviewTable");if(viewTripDetailsIndex<tables.length){$(tables[viewTripDetailsIndex]).click()}});function changePrice(oObj){var index=0;if(oObj.selectedIndex){index=oObj.selectedIndex}else{index=$(oObj).prev()[0].selectedIndex}if(index==undefined){index=0}$("table.overviewTable > tbody > tr > td.pricCol").html(prices[index])};