function UnCryptMailto(s) { //
	var n=0;
	var r="";
	for(var i=0; i < s.length; i++) {
		n=s.charCodeAt(i);
		if (n>=8364) {n = 128;}
		r += String.fromCharCode(n-(1));
	}
	return r;
}

function linkTo_UnCryptMailto(s) { //
	location.href=UnCryptMailto(s);
}

var flashvars = {};
flashvars.xmlpath = "/TeaserXML.php?PropertyID="+propertyID+"%26DestinationID="+destinationID+"%26realestate="+realestate+"%26language="+language;
var params = {};
var attributes = {};
swfobject.embedSWF("/header_"+language+".swf", "topimage", "960", "400", "9.0.0", "expressInstall.swf", flashvars, params, attributes);

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

$(document).ready(function() {
    $("#startDate").datepicker({firstDay:1, minDate: 0});
    $("#endDate").datepicker({firstDay:1, minDate: 0});
  });
