function openITBooking(){ window.open('http://213.136.34.83/sthlmmassage/itbokning/','ITBokning','width=750,height=550,scrollbars=1,resizable=1'); } function openScheme(urlParam, trackStr){ _gaq.push(['Booking', trackStr]); _gaq.push(function() { var tracker = _gaq._getAsyncTracker(); // window.open(tracker._getLinkerUrl('http://www.sthlmsmassageklinik.se/bokning/v2/schedule_model2.php?ITEM=1&WEEK=0&STATE=2&tg='+urlParam),'Booking','width=600,height=550,scrollbars=1,resizable=1'); // window.open(tracker._getLinkerUrl('http://www.sthlmsmassageklinik.se/bokning/v2/schedule2.php?ITEM=1&WEEK=0&STATE=2&tg='+urlParam),'Booking','width=600,height=550,scrollbars=1,resizable=1'); window.open(tracker._getLinkerUrl(trackStr+'&'+urlParam),'Booking','width=600,height=550,scrollbars=1,resizable=1'); }); }