function popFlash(isDemo){
	if (isDemo == 1) {
		info=window.open("popFlash.htm","info","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=375")
	}
	else {
		if (isDemo == 2) {
			info=window.open("http://www.iplace.com/iplacehome.asp?cobrand=moving&amp;s=7", "Community Information")
		}
		else {
			if (isDemo == 3) {
				info=window.open("http://www.apartments.com/search/oasis.dll?p=movstat2&amp;page=home&amp;state=xx&amp;partner=movstat2", "Rental Information")
			}
		}
	}
}
