/* Paramount Page Controls */


/*    Paramound Homesearch    */
function land(ref, target) {
	lowtarget=target.toLowerCase();
	if (lowtarget=="_self") {
		window.location=loc;
	} else {
		if (lowtarget=="_top") {
			top.location=loc;
		} else {
			if (lowtarget=="_blank") {
				window.open(loc);
			} else {
				if (lowtarget=="_parent") {
					parent.location=loc;
				} else {
					parent.frames[target].location=loc;
				};
			}
		}
	}
}

function jump(menu) {
	ref=menu.home.options[menu.home.selectedIndex].value;
	splitc=ref.lastIndexOf("*");
	target="";

	if (splitc!=-1) {
		loc=ref.substring(0,splitc);
		target=ref.substring(splitc+1,1000);}
	else {
		loc=ref; target="_self";
	}
	
	if (ref != "") {
		land(loc,target);
	}
}


function disab(val) {
	frm = document.forms["homesearch"];
	if (val == "monza.html" || val == "santona.html" || val == "siena.html" || val == "alessandra.html" || val == "delanna.html" || val == "isabella.html" || val == "gianina.html" ) {
		frm.go_button.disabled = false;
	} else if (val=="disabl") {
		frm.go_button.disabled = true;
	}
}


/*   Paramount Difference    */
function sh(elemid) {
	if (elemid == 'pd-difference') {
		document.getElementById('pd-difference').style.display = '';
		document.getElementById('pd-environment').style.display = 'none';
		document.getElementById('pd-design').style.display = 'none';
		document.getElementById('pd-construction').style.display = 'none';
		document.getElementById('pd-service').style.display = 'none';
	} else if (elemid == 'pd-environment') {
		document.getElementById('pd-difference').style.display = 'none';
		document.getElementById('pd-environment').style.display = '';
		document.getElementById('pd-design').style.display = 'none';
		document.getElementById('pd-construction').style.display = 'none';
		document.getElementById('pd-service').style.display = 'none';
	} else if (elemid == 'pd-design') {
		document.getElementById('pd-difference').style.display = 'none';
		document.getElementById('pd-environment').style.display = 'none';
		document.getElementById('pd-design').style.display = '';
		document.getElementById('pd-construction').style.display = 'none';
		document.getElementById('pd-service').style.display = 'none';
	} else if (elemid == 'pd-construction') {
		document.getElementById('pd-difference').style.display = 'none';
		document.getElementById('pd-environment').style.display = 'none';
		document.getElementById('pd-design').style.display = 'none';
		document.getElementById('pd-construction').style.display = '';
		document.getElementById('pd-service').style.display = 'none';
	} else if (elemid == 'pd-service') {
		document.getElementById('pd-difference').style.display = 'none';
		document.getElementById('pd-environment').style.display = 'none';
		document.getElementById('pd-design').style.display = 'none';
		document.getElementById('pd-construction').style.display = 'none';
		document.getElementById('pd-service').style.display = '';
	}
}

/* Floor Plans */
function showhide(fp) {
	if (fp == 'fplan_monza1') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/coralbay/fplan_monza1.jpg)';
	} else if (fp == 'fplan_monza2') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/coralbay/fplan_monza2.jpg)';
	} else if (fp == 'fplan_santona1') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/coralbay/fplan_santona1.jpg)';
	} else if (fp == 'fplan_santona2') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/coralbay/fplan_santona2.jpg)';
	} else if (fp == 'fplan_alessandra1') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/fonte/fplan_alessandra1.jpg)';
	} else if (fp == 'fplan_alessandra2') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/fonte/fplan_alessandra2.jpg)';
	} else if (fp == 'fplan_delanna1') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/fonte/fplan_delanna1.jpg)';
	} else if (fp == 'fplan_delanna2') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/fonte/fplan_delanna2.jpg)';
	} else if (fp == 'fplan_isabella1') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/fonte/fplan_isabella1.jpg)';
	} else if (fp == 'fplan_isabella2') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/fonte/fplan_isabella2.jpg)';
	} else if (fp == 'fplan_gianina') {
		document.getElementById('floorplan').style.backgroundImage = 'url(images/communities/fonte/fplan_gianina.jpg)';
	}
}




