

function launchLightbox(communityid, communityName)
{
	/* TESTING FOR PARAMETERS SENT FROM FLASH CALL*/
	//alert("Function called passing communityid="+ communityid + " communityName=" + communityName);
	
	//tb_show(communityName + communityid, "ajaxResults.html?TB_iframe=true&height=510&width=825&communityID="+communityid);
	
	tb_show(communityName, "ajaxSolution/eas_directory.html?TB_iframe=true&height=625&width=825&communityid="+communityid);
	
	/*parent.TB_iframeContent.communityid = communityid;
	
	alert("Parent to iframe call" + parent.TB_iframeContent.communityid);*/
	
}

function launchLightboxPostalCode(postalCode)
{
	/* TESTING FOR PARAMETERS SENT FROM FLASH CALL*/
	
	
	tb_show("Postal Code: " + postalCode, "ajaxSolution/eas_directory.html?TB_iframe=true&height=510&width=825&postalCode="+postalCode);
	
}
