function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function send_stc_booking(){
	var checkin = document.getElementById('checkin').value;
	var checkout = document.getElementById('checkout').value;
	
	MM_openBrWindow('http://hotels.stc.ch/hoteldirect.aspx?bs=875&idhotel=11164&checkin='+checkin+'&checkout='+checkout+'&adults=1&children=0&cribs=0&numrooms=1&language=de&css=http://www.palue.ch/fileadmin/templates/css/onlinebooking','STC','scrollbars=yes,resizable=yes,width=620,height=750')
}


