﻿function launchCenter()
{

    urchinTracker('/Boka_Stockholm/');
	oWindow = window.open('/Customized/UpplevMer/BokaOnline/Default.aspx', "Boka", 'menubar=no, location=no, resizable=no, scrollbars=yes, status=no, width=800, height=600, toolbar=0')
}

function launchCenterSVL()
{
urchinTracker('/Boka_Sundsvall/');
	oWindow = window.open('/Customized/UpplevMer/BokaOnline_SVL/Default.aspx', "BokaSVL", 'menubar=no, location=no, resizable=no, scrollbars=yes, status=no, width=800, height=600, toolbar=0')
}


function launchGiftWizard(city) {
    if (!city) city = 'stockholm';
    urchinTracker('/Presentkort/' + city + '/');
    oWindow = window.open('/Customized/UpplevMer/Giftscards/Default.aspx?city=' + city, "Presentkort", 'menubar=no, location=no, resizable=no, scrollbars=yes, status=no, width=800, height=650, toolbar=0')
}

function launchGiftWizardXMAS()
{

urchinTracker('/Presentkort/Julkampanj/');
	oWindow = window.open('/Customized/UpplevMer/Giftscards/Default.aspx', "Presentkort", 'menubar=no, location=no, resizable=no, scrollbars=yes, status=no, width=800, height=650, toolbar=0')

}


function launchGiftWizardSVL()
{

urchinTracker('/Presentkort/Sundsvall');

oWindow = window.open('/Customized/UpplevMer/Giftscards_SVL/Default.aspx', "Presentkort", 'menubar=no, location=no, resizable=no, scrollbars=yes, status=no, width=800, height=650, toolbar=0')

//alert('Uppdatering pågår, välkommen åter. Öppnar ca. 23.00 17/7');

}

function launchComp()
{
urchinTracker('/Tavling/');
	oWindow = window.open('/Customized/Upplevmer/Tavling/Default.aspx', "Tavling", 'menubar=no, location=no, resizable=no, scrollbars=no, status=no, width=425, height=320, toolbar=0')


}

function setDate(dt)
{
urchinTracker('/Datum/');
 var el = document.getElementById('calDate').value = dt;
 document.getElementById('frmReservation').submit();
 
}

function launchCenterEN()
{

    urchinTracker('/english/Boka_Stockholm/');
	oWindow = window.open('/Customized/UpplevMer/BokaOnline_EN/Default.aspx', "Boka", 'menubar=no, location=no, resizable=no, scrollbars=yes, status=no, width=800, height=600, toolbar=0')
}


