function sendMail(name, domain, subject) {
	//var name = x;
	if (domain == "")	{
		domain = "VeniceBeachEcoCottages.com";
	}
	
	if (subject == "")	{
		subject = "";
	} else {
		subject = ("?SUBJECT=" + subject);
	}
	
 	window.location = ("mailto:" + name + "@" + domain + subject );
}

function showGallery(thisGallery) {
	thisGallery = thisGallery + "/index.html"
	window.open(thisGallery,"Gallery","height=758,width=720,left=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no");
}

function forSale() {
	window.open("ForSaleData.html","ForSaleData", "height=280,width=400,left=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no");
}
