function win()
{
 
	//Hotels.com
     if (document.getElementById("chHotelscom").checked == true)
        {
            var strSite = document.getElementById("chHotelscom").value;

            strKaupunki = escape(document.getElementById("txtKaupunki").value);
		strLKuukausi = escape(document.getElementById("lKuukausi").value);
		strSPaiva = escape(document.getElementById("sPaiva").value);
		strLPaiva = escape(document.getElementById("lPaiva").value);
		strSKuukausi = escape(document.getElementById("sKuukausi").value);
		
		var url = strSite + 'index.jsp?newSort=true&pageName=hotSearch&passThrough=true&validateCity=true&postalCode=&locale=fi&showPopUpMap=false&validateDates=true&propertyType=A&city=' + strKaupunki + '&departureMonth=' + strLKuukausi + '&showPopUp=true&mode=2&sortMethod=3&numberOfRooms=1&currencyCode=EUR&arrivalDay=' + strSPaiva + '&departureDay=' + strLPaiva + '&additionalDataString=vrBookingSource%7ChotInfo%7C%7CadditionalData1%7Cfisearch&stateProvince=&country=Fi&arrivalMonth=' + strSKuukausi + '&room-0-adult-total=2&streetAddress=&&oldLandmarkDestinationID==&submitted=true';
		
		window.open(url);

        }


	//Bookingcom
     if (document.getElementById("chBooking").checked == true)
        {
            var strSite = document.getElementById("chBooking").value;

            strKaupunki = escape(document.getElementById("txtKaupunki").value);
		strLKuukausi = escape(document.getElementById("lKuukausi").value);
		strSPaiva = escape(document.getElementById("sPaiva").value);
		strLPaiva = escape(document.getElementById("lPaiva").value);
		strSKuukausi = escape(document.getElementById("sKuukausi").value);
		strSVuosi = escape(document.getElementById("sVuosi").value);
		strLVuosi = escape(document.getElementById("lVuosi").value);
		
		var url = strSite + 'searchresults.html?aid=306813&lang=fi&return_url=http%3A%2F%2Fbooking.com%2Fsearchresults.html&found_addresses=&error_url=http%3A%2F%2Fbooking.com%2Findex.html%3F&order=&addressAddress=&addressCity=&addressZIP=&addressCountry=&si=ai%2Cco%2Cci%2Cre&ss=' + strKaupunki + '&checkin_monthday=' + strSPaiva + '&checkin_year_month=' + strSVuosi + '-' + strSKuukausi + '&checkout_monthday=' + strLPaiva + '&checkout_year_month=' + strLVuosi + '-' + strLKuukausi + '&radius=';
		
		window.open(url);
        }

	//Supersaver
     if (document.getElementById("chSupersaver").checked == true)
        {
            var strSite = document.getElementById("chSupersaver").value;

            strKaupunki = escape(document.getElementById("txtKaupunki").value);
		strLKuukausi = escape(document.getElementById("lKuukausi").value);
		strSPaiva = escape(document.getElementById("sPaiva").value);
		strLPaiva = escape(document.getElementById("lPaiva").value);
		strSKuukausi = escape(document.getElementById("sKuukausi").value);
		strSVuosi = escape(document.getElementById("sVuosi").value);
		strLVuosi = escape(document.getElementById("lVuosi").value);
		
		var url = strSite + 'etravelstore/supersaver_fi/ibe/various/transition/transition.jsp?HTL_searchCity=false&HTL_hotelLocation=A&HTL_searchHotel=true&HTL_checkinYear=' + strSVuosi + '&HTL_checkinMonth=' + strSKuukausi + '&HTL_checkinDay=' + strSPaiva + '&HTL_checkoutYear=' + strLVuosi + '&HTL_checkoutMonth=' + strLKuukausi + '&HTL_checkoutDay=' + strLPaiva + '&HTL_redirectPage=/customer/hotel/hotel_search.jsp&emptyCartRedirect=&HTL_hotelName=&noPersons=2&HTL_numRooms=1&CUSTOMER=1&SITENAME=supersaver_fi&bannerType=hotel&HTL_cityCode=' + strKaupunki + '&HTL_hotelCategory=A&HTL_txtHtlType_1=DBL';
		
		window.open(url);
        }


	//Scandic
     if (document.getElementById("chScandic").checked == true)
        {
            var strSite = document.getElementById("chScandic").value;


		var url = strSite + 'FindAHotel/200_FindAHotel.jsp';
		
		window.open(url);
        }

	// eBookers
     if (document.getElementById("chEbookers").checked == true)
        {
            var strSite = document.getElementById("chEbookers").value;


		var url = strSite + '';
		
		window.open(url);
        }

	//Area
     if (document.getElementById("chArea").checked == true)
        {
            var strSite = document.getElementById("chArea").value;


		var url = strSite + 'wps/portal/Area/Frame?redir_url=http://www.area.fi/area/landing/hotel_frame_sun.html&area_parameter_names=';
		
		window.open(url);
        }

	//Töölön matkatoimisto
     if (document.getElementById("chToolo").checked == true)
        {
            var strSite = document.getElementById("chToolo").value;


		var url = strSite + 'etravelstore/toolo_fi/ibe/hotel/search/search.jsp';
		
		window.open(url);
        }

	// Travellink
     if (document.getElementById("chTravellink").checked == true)
        {
            var strSite = document.getElementById("chTravellink").value;


		var url = strSite + 'leisure/main?type=Flow&name=FGSearchHotel&submenu=&initialState=+&lang=FIN&country=FI&BV_UseBVCookie=no';
		
		window.open(url);
        }

	// Seat24
     if (document.getElementById("chSeat24").checked == true)
        {
            var strSite = document.getElementById("chSeat24").value;


		var url = strSite ;
		
		window.open(url);
        }



    
}