
function FreeBrochure() {
	//var yLoc = document.body.scrollTop + 50
	overlib('<iframe src=BrochureDVD.aspx width=500 height=430 frameborder=0 scrolling=no allowtransparency=true style="position: absolute; z-index: 110;"></iframe>', WIDTH, 500, HEIGHT, 430, STICKY, CLOSECLICK, OFFSETX, -550, FIXY, 420, BGCOLOR, '#000000', BORDER, 1, FGCOLOR, '#DBD7CE', CELLPAD, 0);
}

function Floorplans() {
	var yLoc = document.body.scrollTop + 50
	overlib('<iframe src=Floorplans.aspx width=500 height=540 frameborder=0 scrolling=no allowtransparency=true></iframe>', WIDTH, 500, HEIGHT, 540, STICKY, CLOSECLICK, FIXX, 100, FIXY, yLoc, BGCOLOR, '#3D737C', BORDER, 1, FGCOLOR, '#FFFFFF', CELLPAD, 1);
}


function findPosX(obj)
{
	var curleft = 0;
	if (obj.offsetParent)
	{
		while (obj.offsetParent)
		{
			curleft += obj.offsetLeft
			obj = obj.offsetParent;
		}
	}
	else if (obj.x)
		curleft += obj.x;
	return curleft;
}	

function initialize() {
	var ButtonPlace = document.getElementById('ButtonPlace');
	document.getElementById('ifSendECardButton').style.left = findPosX(ButtonPlace) + 588 - 20 - 101;
	document.getElementById('ifSendECardButton').style.visibility = 'visible';
}

window.onresize = initialize;
