/*
overlaySaveSearch
overlayDeleteSavedSeach
overlaySendListingsEmail
overlayPrintListings
overlayCMAAddListingPhoto
overlayCMAColumnSet
overlayResultsSort
overlayResultsColumns
overlayContactSunshine
overlayHelp
overlayChangeUser
overlayLEMSelectSubCondoDevel
overlayLEMFileUpload
overlayForgotLogin
*/

overlayAddContent('overlaySaveSearch', 'Save Search', " \
	<div style='width:530px;'> \
		<div id='saveSearch_overwriteArea' style='display:none;'> \
			<input type='radio' class='checkbox' name='f_searchSaveSearchType' id='f_searchSaveSearchType_overwrite' value='overwrite' onclick='searchSaveCriteria_saveType();' >Replace Currently loaded Save Search <br /> \
			<hr /> \
		</div> \
		<input type='radio' class='checkbox' name='f_searchSaveSearchType' id='f_searchSaveSearchType_new' value='new' checked='checked' onclick='searchSaveCriteria_saveType();' >Save Search as New <br /> \
		<div id='saveSearch_newArea' style='display:block;'> \
			<span class='labelBoldDarkBlue'>Search Name:</span> <input type='text' name='f_searchSaveSearchName' id='f_searchSaveSearchName' style='width:400px;' /><br /> \
			<table border='0' cellpadding='0'  cellspacing='0' >\
				<tr id='f_searchSaveSearchContactLookup_section' > \
					<td valign='top'><span class='labelBoldDarkBlue'>Contacts:</span> </td> \
					<td> \
						<span id='f_searchSaveSearchContactLookup' type='text-suggest' method='/includesASP/contact_lookup.asp' voffset='17' hoffset='0' width='400' keyup='submitOnEnter(event,\"searchContactAttach_savedSearch\");' blur='searchContactAttach_savedSearch()' ></span>  <a href='JavaScript:searchContactAttach_savedSearch();' >add</a><br /> \
						<div id='saveSearch_contactList' > \
						</div> \
					</td> \
				</tr> \
			</table> \
		</div> \
		<br /> \
		<div style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a id='overlaySaveLink' href='JavaScript:searchSaveCriteria_execute();'>Save</a></span></div> \
		<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	</div> \
	");

overlayAddContent('overlayDeleteSavedSeach', 'Delete Saved Search', " \
	Please select all searches that you want to delete.<br /> \
	<div id='deleteSearch_searchList' > \
	</div> \
	<br /> \
	<div style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a href='JavaScript:searchDeleteSavedSeach_execute();'>Delete</a></span></div> \
	<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	");

overlayAddContent('overlaySendListingsEmail', 'Email Listings', " \
	<div id='emailModifiedDefaultWarning' style='display:none;' > \
		<div class='buttonYellow' style='text-align:center;' >NOTE: Column changes have been made to the SunshineMLS default set.<br />These changes can not be emailed, the standard Default will be sent.</div> \
	</div> \
	<form name='formSendEmail' id='formSendEmail' method='post' action='/search/storeEmailSessionCriteria.asp' target='hiddenSubmitFrame' > \
		<input type='hidden' value='' name='f_searchEmailSessionSearchID' id='f_searchEmailSessionSearchID' > \
		<input type='hidden' value='' name='f_searchEmailCartIDs' id='f_searchEmailCartIDs' > \
		<input type='hidden' value='' name='f_searchCurrentID' id='f_searchCurrentID' > \
		<input type='hidden' value='' name='f_searchEmailContactIDs' id='f_searchEmailContactIDs' > \
		<input type='hidden' value='' name='f_searchEmailColumnsetID' id='f_searchEmailColumnsetID' > \
		<input type='hidden' value='' name='f_searchEmailSortColumn' id='f_searchEmailSortColumn' > \
		<input type='hidden' value='' name='f_searchEmailSortDirection' id='f_searchEmailSortDirection' > \
		<table border='0' cellpadding='0' cellspacing='0' > \
			<tr id='f_searchEmailContactLookup_section' > \
				<td class='fontBoldDarkBlue' >To Contacts:&nbsp;</td> \
				<td> \
					<span id='f_searchEmailSearchContactLookup' type='text-suggest' defaultValue='Enter Contact Name then click \"add\"' method='/includesASP/contact_lookup.asp' voffset='17' hoffset='0' width='300' focus='fieldValue_StoreThenClear(this);' blur='fieldValue_ActOrLoadStore(this,null,\"searchContactAttach_emailResults\");' keyup='submitOnEnter(event,\"searchContactAttach_emailResults\");' ></span>  <a href='JavaScript:searchContactAttach_emailResults();' >add</a><br /> \
					<div id='emailResults_contactList' > \
					</div> \
				</td> \
			</tr> \
			<tr> \
				<td class='fontBoldDarkBlue' >To Non Contacts:&nbsp;</td> \
				<td><input maxlength='1000' name='f_searchEmailOther' id='f_searchEmailOther' type='text' style='width:300px;' value='Enter Other Email Addresses separated by a comma' onfocus='fieldValue_StoreThenClear(this);' onblur='fieldValue_ActOrLoadStore(this);' ></td> \
			</tr> \
			<tr> \
				<td valign='top' class='fontBoldDarkBlue' >CC:&nbsp;</td> \
				<td><input maxlength='1000' name='f_searchEmailCC' id='f_searchEmailCC' type='text' style='width:300px;' value='' ></td> \
			</tr> \
			<tr> \
				<td valign='top' class='fontBoldDarkBlue' >BCC:&nbsp;</td> \
				<td><input maxlength='1000' name='f_searchEmailBCC' id='f_searchEmailBCC' type='text' style='width:300px;' value='' ></td> \
			</tr> \
			<tr> \
				<td><input type='checkbox' class='checkbox' name='f_searchEmailCopy' id='f_searchEmailCopy' checked='checked' value='Yes' >&nbsp;</td> \
				<td>Send me a copy of this message.</td> \
			</tr> \
		</table> \
		<hr /> \
		<span class='fontBoldDarkBlue'>Subject:&nbsp;</span>View these listings - <input type='text' name='f_searchEmailSubject' id='f_searchEmailSubject' style='width:250px;' value='' ><br /> \
		<span class='fontBoldDarkBlue'>Message:</span><br /> \
		<textarea cols='100' rows='8' style='width:396px;' name='f_searchEmailMessage' id='f_searchEmailMessage' ></textarea><br /> \
		<hr /> \
		<span class='fontBoldDarkBlue'>Reports to Show:</span><br /> \
		<div id='divOverlayEmailPROptions' style='float:right;' > \
			<input type='checkbox' class='checkbox' name='f_searchEmailPR' id='f_searchEmailPR' > Public Records Report<br /> \
		</div> \
		<div id='divOverlayEmailMLSOptions' > \
			<input type='checkbox' class='checkbox' name='f_searchEmailCust' id='f_searchEmailCust' checked='checked'> Customer Report<br /> \
			<input type='checkbox' class='checkbox' name='f_searchEmailCustFin' id='f_searchEmailCustFin' > Customer Financial Report<br /> \
		</div> \
		<hr /> \
		<span class='fontBoldDarkBlue'>Listings:</span><br /> \
		<div style='float:right;' > \
			<input type='radio' class='checkbox' name='f_searchEmailListingSet' id='f_searchEmailListingSet_current' value='current' > Only the Current Listing<br /> \
		</div> \
		<input type='radio' class='checkbox' name='f_searchEmailListingSet' id='f_searchEmailListingSet_session' value='session' > All Search Results<br /> \
		<input type='radio' class='checkbox' name='f_searchEmailListingSet' id='f_searchEmailListingSet_cart' value='cart' > All Listings in the Cart<br /> \
	</form> \
	<br /> \
	<div style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a href='JavaScript:searchSendEmail_execute();'>Send</a></span></div> \
	<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	");

overlayAddContent('overlayPrintListings', 'Print Listings', " \
	<div id='formPrint' style='white-space:nowrap; width:300px;' > \
		<div id='printLabels' > \
			<div id='divOverlayPrintMLSOptions_pr' style='display:none;' > \
				<span class='fontBoldDarkBlue'>Member Reports:</span><br /> \
				<div id='printPRLabels' > \
					<input type='checkbox' class='checkbox' name='f_searchPrintLabels' id='f_searchPrintLabels' onclick='javascript:searchPrintCartSetOrientation();' > Mailing Labels<br /> \
					<div id='divOverlayPrintMLSOptions_prDetails' style='display:none;' > \
						<table border='0' cellpadding='0' cellspacing='0' > \
							<tr> \
								<td style='width:300px;'> \
									<div class='labelBoldDarkBlue_70px' >Label Size:</div> \
									<select size='1' style='width:200px;' name='f_searchPrintLabels_Size' id='f_searchPrintLabels_Size' onChange=JavaScript:searchPrintLabels_swapLabels(); > \
										<option value='5160' selected='selected' >Avery 5160 (3 across / 10 Down)</option> \
										<option value='5161' >Avery 5161 (2 across / 10 Down)</option> \
										<option value='5162' >Avery 5162 (2 across / 7 Down)</option> \
									</select><br /> \
									<div class='labelBoldDarkBlue_70px' >Label Type:</div> \
									<select size='1' style='width:200px;' name='f_searchPrintLabels_Type' id='f_searchPrintLabels_Type' onChange=JavaScript:searchPrintLabels_recipType(); > \
										<option value='Owner' selected='selected' >Owner Labels</option> \
										<option value='Situs' >Situs Labels</option> \
										<option value='Situs_current' >Situs Labels 'Current Resident'</option> \
									</select><br /> \
									<div class='labelBoldDarkBlue_70px' style='height:35px;' >Barcode:</div> \
									<input type='radio' class='checkbox' value='' name='f_printLabelBarcode' id='f_printLabelBarcode_none' onClick=JavaScript:searchPrintLabels_barcode() /> Do not include barcode<br /> \
									<input type='radio' class='checkbox' value='postnet' name='f_printLabelBarcode' id='f_printLabelBarcode_postnet' onClick=JavaScript:searchPrintLabels_barcode() checked='checked' /> Include POSTNET Barcode<br /> \
<!--									<input type='radio' class='checkbox' value='imb' name='f_printLabelBarcode' id='f_printLabelBarcode_imb' onClick=JavaScript:searchPrintLabels_barcode() /> Include IMB Barcode<br />--> \
									<div id='printimb' style='padding-left:20px; display:none;' > \
										<div class='labelBoldDarkBlue' >Barcode ID:</div> \
										<input type='text' value='' style='width:148px;' maxlength='2' name='f_printLabelIMB_barcodeID' id='f_printLabelIMB_barcodeID' /><br /> \
										<div class='labelBoldDarkBlue' >Special Services:</div> \
										<input type='text' value='' style='width:148px;' maxlength='3' name='f_printLabelIMB_specialService' id='f_printLabelIMB_specialService' /><br /> \
										<div class='labelBoldDarkBlue' >Mailer ID:</div> \
										<input type='text' value='' style='width:148px;' maxlength='6' name='f_printLabelIMB_mailerID' id='f_printLabelIMB_mailerID' /><br /> \
										<div class='labelBoldDarkBlue' >Serial Number:</div> \
										<input type='text' value='' style='width:148px;' maxlength='9' name='f_printLabelIMB_serialNumber' id='f_printLabelIMB_serialNumber' /><br /> \
									</div> \
									<table border='1' cellpadding='0' cellspacing='0' width='215' height='70' align='center'> \
										<tr> \
											<td valign='top'> \
												<div id='printLabelBarcodeBar_postnet' ><img style='padding:8px 12px 0px 12px;' src='/graphics/barcode_34101-1624.gif' name='barcodeImg_postnet' id='barcodeImg_postnet' /></div> \
												<div id='printLabelBarcodeBar_imb' style='display:none;' ><img style='padding:8px 12px 0px 12px;' src='/graphics/barcode_imb1.gif' name='barcodeImg_imb' id='barcodeImg_imb' /></div> \
												<div id='printLabelRecipent' style='padding:4px 12px 0px 12px; font-size:10px' >M L S OF NAPLES INC<br />1455 PINE RIDGE RD<br />NAPLES FL 34109-2139<br /></div> \
											</td> \
										</tr> \
									</table> \
								</td> \
								<td valign='top'> \
									<img src='/graphics/labels_avery_5160.gif' alt='label layout' name='printLabelView' id='printLabelView' /> \
								</td> \
							</tr> \
						</table> \
					</div> \
				</div> \
				<div id='printPRHistory' > \
					<input type='checkbox' class='checkbox' name='f_searchPrintHistory_PR' id='f_searchPrintHistory_PR' onclick='javascript:searchPrintCartSetOrientation();' > Listing History Report<br /> \
				</div> \
				<hr /> \
			</div> \
		</div> \
		<div id='printPortrait' > \
			<div id='divOverlayPrintMLSOptions_member' > \
				<span class='fontBoldDarkBlue'>Member Reports:</span><br /> \
				<div style='float:right;' > \
					<input type='checkbox' class='checkbox' name='f_searchPrintRealtorTwoPage' id='f_searchPrintRealtorTwoPage' onclick='javascript:searchPrintCartSetOrientation();' > Short Realtor Report<br /> \
				</div> \
				<input type='checkbox' class='checkbox' name='f_searchPrintRealtor' id='f_searchPrintRealtor' onclick='javascript:searchPrintCartSetOrientation();' > Realtor Report<br /> \
				<input type='checkbox' class='checkbox' name='f_searchPrintHistory' id='f_searchPrintHistory' onclick='javascript:searchPrintCartSetOrientation();' > Listing History Report<br /> \
				<hr /> \
			</div> \
			<span class='fontBoldDarkBlue'>Customer Reports:</span><br /> \
			<div style='float:right; padding-left:30px;' > \
				<div id='divOverlayPrintMLSOptions_customerCustomerOnePage'> \
					<input type='checkbox' class='checkbox' name='f_searchPrintCustOnePage' id='f_searchPrintCustOnePage' onclick='javascript:searchPrintCartSetOrientation();' > Short Customer Report<br /> \
				</div> \
				<div id='divOverlayPrintMLSOptions_customerCustomer3'> \
					<input type='checkbox' class='checkbox' name='f_searchPrintThreePer' id='f_searchPrintThreePer' onclick='javascript:searchPrintCartSetOrientation();' > Three Per Page Report<br /> \
				</div> \
				<div id='divOverlayPrintMLSOptions_customerPhoto' > \
					<input type='checkbox' class='checkbox' name='f_searchPrintPhoto' id='f_searchPrintPhoto' onclick='javascript:searchPrintCartSetOrientation();' > Photo Report<br /> \
				</div> \
			</div> \
			<div id='divOverlayPrintMLSOptions_customerCustomer' > \
				<input type='checkbox' class='checkbox' name='f_searchPrintCust' id='f_searchPrintCust' onclick='javascript:searchPrintCartSetOrientation();' > Customer Report<br /> \
			</div> \
			<div id='divOverlayPrintMLSOptions_customerFinancial' > \
				<input type='checkbox' class='checkbox' name='f_searchPrintCustFin' id='f_searchPrintCustFin' onclick='javascript:searchPrintCartSetOrientation();' > Customer Financial Report<br /> \
			</div> \
			<div id='divOverlayPrintMLSOptions_customerPR' > \
				<input type='checkbox' class='checkbox' name='f_searchPrintPR' id='f_searchPrintPR' onclick='javascript:searchPrintCartSetOrientation();' > Public Records Report<br /> \
			</div> \
			<div style='display:none;' id='divOverlayPrintMLSOptions_padding1' > \
				<br /> \
			</div> \
			<div style='display:none;' id='divOverlayPrintMLSOptions_padding2' > \
				<br /> \
			</div> \
			<div id='divOverlayPrintMLSOptions_customerCustomisze' > \
				<input type='checkbox' class='checkbox' name='f_searchPrintPersonalCust' id='f_searchPrintPersonalCust' ><span class='fontBoldDarkBlue'> Personalize Customer Reports</span><br /> \
			</div> \
			<hr /> \
		</div> \
		<div id='printLandscape' > \
			<span class='fontBoldDarkBlue'>Landscape Reports:</span><br /> \
			<div id='divOverlayPrintMLSOptions_customerCustomer6'> \
				<div id='divOverlayPrintMLSOptions_CMA' style='float:right;' > \
					<input type='checkbox' class='checkbox' name='f_searchPrintCMA' id='f_searchPrintCMA' onclick='javascript:searchPrintCartSetOrientation();' > CMA Six Per Page Report<br /> \
				</div> \
				<input type='checkbox' class='checkbox' name='f_searchPrintSixPer' id='f_searchPrintSixPer' onclick='javascript:searchPrintCartSetOrientation();' > Six Per Page Report<br /> \
			</div> \
			<input type='checkbox' class='checkbox' name='f_searchPrintColumn' id='f_searchPrintColumn' onclick='javascript:searchPrintCartSetOrientation();' > Column Report<br /> \
			<div style='padding-left:20px;' > \
				<div style='float:right;' > \
					<input type='radio' class='checkbox' name='f_searchPrintSize' id='f_searchPrintSize8x14' value='8x14' > Legal (14 x 8&#189) <br />\
				</div> \
				<input type='radio' class='checkbox' name='f_searchPrintSize' id='f_searchPrintSize8x11' value='8x11' checked='checked' > Letter (11 x 8&#189) <br />\
				<input type='radio' class='checkbox' name='f_searchPrintSize' id='f_searchPrintSize11x17' value='11x17' > Ledger (17 x 11) <br /> \
			</div> \
			<div id='divOverlayPrintMLSOptions_columnCustomisze' > \
				<input type='checkbox' class='checkbox' name='f_searchPrintPersonalColumn' id='f_searchPrintPersonalColumn' ><span class='fontBoldDarkBlue'> Personalize Landscape Reports</span><br /> \
			</div> \
			<hr /> \
		</div> \
		<span class='fontBoldDarkBlue'>Listings:</span><br /> \
		<div style='float:right;' > \
			<input type='radio' class='checkbox' name='f_searchPrintListingSet' id='f_searchPrintListingSet_current' value='current' > Only the Current Listing<br /> \
		</div> \
		<input type='radio' class='checkbox' name='f_searchPrintListingSet' id='f_searchPrintListingSet_session' value='session' > All Search Results<br /> \
		<input type='radio' class='checkbox' name='f_searchPrintListingSet' id='f_searchPrintListingSet_cart' value='cart' > All Listings in the Cart<br /> \
	</div> \
	<br /> \
	<div style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a href='JavaScript:searchPrint_execute();'>Print</a></span></div> \
	<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
");

overlayAddContent('overlayCMAAddListingPhoto', 'Manage Listing Photo', " \
	<form name='formManagePhoto' id='formManagePhoto' method='post' action='/cma/cmaListingPhoto_process.asp' target='hiddenSubmitFrame' style='width:660px;' enctype='multipart/form-data' > \
		<input type='hidden' id='f_cmaPhotoEditCompID' name='f_cmaPhotoEditCompID' value='' /> \
		<input type='hidden' id='f_cmaPhotoEditMLNum' name='f_cmaPhotoEditMLNum' value='' /> \
		<input type='hidden' id='f_cmaPhotoEditCMAID' name='f_cmaPhotoEditCMAID' value='' /> \
		<div id='cmaMLSPhotoArea'> \
			<input type='radio' class='checkbox' name='f_cmaModifyListingPhoto' id='f_cmaModifyListingPhoto_other' value='other' checked='checked' onclick='cmaListingPhoto_existing();' > Select existing MLS photo<br /> \
		</div> \
		<input type='radio' class='checkbox' name='f_cmaModifyListingPhoto' id='f_cmaModifyListingPhoto_upload' value='upload' onclick='cmaListingPhoto_new();' > Upload a photo from your computer<br /> \
		<input type='radio' class='checkbox' name='f_cmaModifyListingPhoto' id='f_cmaModifyListingPhoto_none' value='none' onclick='cmaListingPhoto_none();' > No Photo<br /> \
		<div id='cmaListingPhoto_existing' style='display:none;' > \
			<hr /> \
			<input type='hidden' id='f_cmaExistingPhoto' name='f_cmaExistingPhoto' value='' /> \
			<div id='cmaListingPhoto_existingImages'></div> \
		</div> \
		<div id='cmaListingPhoto_new' style='display:none;' > \
			<hr /> \
			<input style='width:100%;' type='file' id='f_cmaListingPhoto' name='f_cmaListingPhoto' /> \
		</div> \
		<br /> \
	</form> \
	<div style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a href='JavaScript:cmaManageListingPhoto_save();'>Accept</a></span></div> \
	<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	");
//			<input type='radio' class='checkbox' name='f_cmaModifyListingPhoto' id='f_cmaModifyListingPhoto_primary' value='primary' checked='checked' onclick='cmaListingPhoto_primary();' >Use the primary available photo.<br /> \

//	<div style='width:300px'></div> \
overlayAddContent('overlayCMAColumnSet', 'Select Feature Set', " \
	<div id='cmaFeatureSelect' > \
	</div> \
	<hr /> \
	<div id='cmaFeatureSelectedFields' style='width:510px' > \
	</div> \
	<br /> \
	<div style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a href='JavaScript:cmaSelectFeatureSet_useSet();'>Select</a></span></div> \
	<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	");

overlayAddContent('overlayResultsSort', 'Change Sort Settings', " \
	Please indicate the sort order by selected \"1\" next to the first field you wish to sort<br /> \
	on, \"2\" next to the second field to sort on, \"3\" next to the third field you wish to sort<br /> \
	on. You may also indicate sort direction for each selected field. NOTE: You must<br /> \
	provide at least one field to sort.<br /> \
	<br /> \
	<div id='searchResultsQuickSort' > \
	</div> \
	<br /> \
	<div style='float:right; padding:0px 0px 3px 10px;'><span class='buttonBlue'><a href='JavaScript:searchSortSave();'>Save</a></span></div> \
	<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	");

overlayAddContent('overlayResultsColumns', 'Add Columns', " \
	<b>ADD COLUMNS:</b> Select the column(s) you wish to add from the list of available columns on the left. You may use<br /> \
	the \"Find Columns\" filter to quickly locate a column by its name. Once you've selected the column(s) you wish to<br /> \
	add, click on the \">\" button to add them to the currently selected columns. Click \"Select\" once you are finished<br /> \
	adding columns.<br /> \
	<b>REMOVE COLUMNS:</b> Select the column(s) you wish to remove from the list of currently selected columns on the<br /> \
	right. Once you've selected the column(s) you wish to remove, click on the \"<\" button to remove them from the<br /> \
	currently selected columns. Click \"Select\" once you are finished removing columns.<br /> \
	<br /> \
	<div id='searchResultsAddCols' > \
	</div> \
	<br /> \
	<div style='float:right; padding:0px 0px 3px 10px;'><span class='buttonBlue'><a href='JavaScript:searchColumnsSave();'>Select</a></span></div> \
	<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	");

overlayAddContent('overlayContactSunshine', 'Contact SunshineMLS', " \
	<form name='contactOverlayForm' id='contactOverlayForm' method='post' action='/includesASP/contactSunshine_process.asp' target='hiddenSubmitFrame' > \
		<input type='hidden' name='f_contactAgentBoardCode' id='f_contactAgentBoardCode' value=''> \
		<input type='hidden' name='f_contactErrorDetails' id='f_contactErrorDetails' value='No known details.'> \
		<input type='hidden' name='f_contactErrorInfo' id='f_contactErrorInfo' value=''> \
		<input type='hidden' name='f_contactViolationDetails' id='f_contactViolationDetails' value=''> \
		<input type='hidden' name='f_contactViolationBoardCode' id='f_contactViolationBoardCode' value=''> \
		<input type='hidden' name='f_contactSupportInfo' id='f_contactSupportInfo' value=''> \
		<div style='width:530px;'> \
			<span class='labelBoldDarkBlue'>Name:</span> <input type='text' name='f_contactName' id='f_contactName' style='width:400px;' /><br /> \
			<span class='labelBoldDarkBlue'>Email Address:</span> <input type='text' name='f_contactEmailAddress' id='f_contactEmailAddress' style='width:400px;' /><br /> \
			<span class='labelBoldDarkBlue'>Type Of Contact:</span> \
				<div style='padding-top:3px;' >\
					<input type='radio' class='checkbox' name='f_contactType' id='f_contactType_suggestion' value='Suggestion' checked='checked' onclick='globalContactSunshine_setType(\"suggestion\");' >Suggestion \
					<input type='radio' class='checkbox' name='f_contactType' id='f_contactType_support' value='Support' style='padding-left:10px;' onclick='globalContactSunshine_setType(\"support\");' >Support Request \
					<input type='radio' class='checkbox' name='f_contactType' id='f_contactType_violation' value='Violation' style='padding-left:10px;' onclick='globalContactSunshine_setType(\"violation\");' >Listing Violation \
					<input type='radio' class='checkbox' name='f_contactType' id='f_contactType_error' value='System Error' style='padding-left:10px;' onclick='globalContactSunshine_setType(\"error\");' >Technical Error \
				</div> \
			<span class='labelBoldDarkBlue' id='contactTextTitle' >Suggestion:</span> \
			<div style='padding-left:100px;'> \
				<textarea name='f_commentText' id='f_commentText' style='width:400px; height:100px;' onkeyup='textAreaMaxLength(this, 1000, \"contactCharsLeft\")' ></textarea><br /> \
				Characters left <span id='contactCharsLeft'>1000</span>. \
			</div> \
			<div id='inputSuggestion' > \
			</div> \
			<div id='inputSupport' style='display:none;' > \
				<span class='labelBoldDarkBlue'>Browser Details:</span><div id='contactSupportInfo' style='padding:3px 0px 0px 100px;'></div> \
			</div> \
			<div id='inputError' style='display:none;' > \
				<span class='labelBoldDarkBlue'>Last Error info.:</span> \
					<div id='contactErrorDetails' style='padding:3px 0px 0px 100px;'>No known details.</div> \
				<span class='labelBoldDarkBlue'>Browser Details:</span> \
				<div id='contactErrorInfo' style='padding:3px 0px 0px 100px;'> \
					<table border='0' cellpadding='0' cellspacing='0' > \
						<tr> \
							<td>Acrobat Reader:</td> \
							<td><div id='acrobat'></div></td> \
						</tr> \
						<tr> \
							<td>Browser Version:</td> \
							<td><div id='browser'></div></td> \
						</tr> \
						<tr> \
							<td>JavaScript:</td> \
							<td><div id='js'></div></td> \
						</tr> \
						<tr> \
							<td>Screen Resolution:&nbsp;</td> \
							<td><div id='screen'></div></td> \
						</tr> \
					</table> \
				</div> \
			</div> \
			<div id='inputViolation' style='display:none;' > \
				<span class='labelBoldDarkBlue'>Violation Type:</span> \
				<select id='f_contactViolationType' name='f_contactViolationType' size='1' style='width:400px;' > \
					<option value='Remarks Violation'>Remarks Violation</option> \
					<option value='Photo Violation'>Photo Violation</option> \
					<option value='Incorrect Listing Information'>Incorrect Listing Information</option> \
					<option value='Virtual Tour Violation'>Virtual Tour Violation</option> \
				</select><br /> \
				<span class='labelBoldDarkBlue'>Listing Details:</span> \
				<div id='inputViolationDetails' style='padding:3px 0px 0px 100px;'> \
					Listing details not detected. \
				</div> \
			</div> \
			<br /> \
			<div style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a href='JavaScript:globalContactSunshine_execute();'>Submit</a></span></div> \
			<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
		</div> \
	</form> \
	");

overlayAddContent('overlayHelp', 'SunshineMLS Help System', " \
	<table border='0' cellpadding='0' cellspacing='0' > \
		<tr> \
			<td id='helpOverlayGroups' style='padding-right:10px;' valign='top' nowrap > \
			</td> \
			<td id='helpOverlayContent' valign='top' style='padding-left:10px; width:660px;'' > \
			</td> \
		</tr> \
	</table> \
	<br /> \
	<div style='float:right;'><span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Close</a></span></div> \
	<br /> \
	");

overlayAddContent('overlayChangeUser', 'Change User', " \
	<div class='fontBoldDarkBlue'>IMPORTANT - PLEASE READ CAREFULLY</div> \
	Please choose a name from the list below to proceed logging in. Once logged in, you will have access to <br /> \
	all of the chosen user's personal settings. These include saved searches, CMAs, prospecting profiles, etc.<br /> \
	The names in the list below are of those agents for whom you have Listing Input Privileges. You can proceed <br /> \
	logging in as yourself or choose to impersonate an agent from the list below. If you log in as yourself,<br /> \
	you will still have the ability to input listings on behalf of agents, but will not have the ability to access<br /> \
	an agent's personal settings, unless you choose to impersonate the agent by choosing the agent's name <br /> \
	from the list below. <b>NOTE:</b> If you choose to impersonate an agent, that agent will also be able to log in to <br /> \
	SunshineMLS while you are impersonating him/her, allowing both of you to work in SunshineMLS.<br /> \
	<br /> \
	<span class='labelBoldDarkBlue' style='width:140px;' >I would like to work as:</span><span id='overlayChangeUser_userList'></span><br /> \
	<div id='overlayChangeUser_admin' style='display:none;'> \
		<hr /> \
		<span class='labelBoldDarkBlue' style='width:140px;' >SA only change to ID:</span><input type='text' id='f_impOverlayText' value='' /><br /> \
	</div> \
	<br /> \
	<div style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a href='JavaScript:globalChangeUser_set();'>Submit</a></span></div> \
	<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	<br /> \
	");

overlayAddContent('overlayLEMSelectSubCondoDevel', 'Select Sub/Condo and Development', " \
	<div id='LEMSubSearch'> \
		The search below allows you to select the proper Subdivision and Development name<br /> \
		for your property. Please type in the Subdivision Name, or part of it, and click the<br /> \
		Search button. NOTE: You do not need to provide the complete subdivision name, nor<br /> \
		the Development name. From the resulting list of matching subdivisions, please click<br /> \
		on the appropriate one for your listing. Clicking on the hyperlinked Subdivision name<br /> \
		will fill in the sub/condo and development field values on your listing. If you do<br /> \
		not see the correct subdivision in the list, try the search again by typing in a<br /> \
		portion of the subdivision name or click on the Not Listed button to indicate that<br /> \
		your listing is in a new subdivision.<br /> \
		<br /> \
		<form name='form_LEMsubdiv' action='/tools/subdivision_results.asp' method='post' target='hiddenSubmitFrame'> \
			<input type='hidden' name='f_location' id='f_location' value='LEM' /> \
			<div class='labelBoldDarkBlue_120px' >Subdivision Name:</div> \
				<span id='f_subDivName' type='text-suggest' defaultValue='' method='/includesASP/subdivision_lookup.asp' voffset='17' hoffset='-1' keyup='submitOnEnter(event,\"listingSelectSubDevel_search\");' ></span><br /> \
			<div class='labelBoldDarkBlue_120px' >Development Name:</div> \
				<span id='f_develName' type='text-suggest' defaultValue='' method='/includesASP/subdivision_lookup.asp' voffset='17' hoffset='-1' keyup='submitOnEnter(event,\"listingSelectSubDevel_search\");' ></span><br /> \
			<div class='labelBoldDarkBlue_120px' >Sort Results By:</div> \
				<select id='f_sort' name='f_sort' size='2' > \
					<option value='subdiv' SELECTED>Subdivision Name</option> \
					<option value='devel'>Development Name</option> \
				</select><br /> \
				<br /> \
			<div style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a href='JavaScript:listingSelectSubDevel_search();'>Search</a></span></div> \
		</form> \
		<br /> \
		<br /> \
		<div id='LEMSubCondoResults' style='display:none;'></div> \
	</div> \
	<div id='LEMSubEmail' style='display:none;' > \
		Our subdivision/development name list for SunshineMLS.com is growing.<br \> \
		<br \> \
		Please input the correct subdivision and development name in the boxes<br /> \
		provided.<span style='font-weight:bold;'>If you need to report more than one addition, please use<br /> \
		the \"Additional Comments\" box for any additional requests.</span> Your<br /> \
		request will be sent to your Board for verification. Thank you.<br \> \
		<br> \
		<form name='form_LEMAddSubDevel' action='/includesASP/contactSunshine_process.asp' method='post' target='hiddenSubmitFrame'> \
			<input type='hidden' name='f_contactAgentBoardCode' id='f_contactAgentBoardCode' /> \
			<input type='hidden' name='f_contactType' id='f_contactType' value='AddSubCondo' /> \
			<div class='labelBoldDarkBlue_120px' >Name:</div> <input name='f_contactName' id='f_contactName' /><br /> \
			<div class='labelBoldDarkBlue_120px' >Email Address:</div> <input name='f_contactEmailAddress' id='f_contactEmailAddress' /><br /> \
			<div class='labelBoldDarkBlue_120px' >Subdivision Name:</div> <input name='f_LEMAddSubCondo' id='f_LEMAddSubCondo' /><br /> \
			<div class='labelBoldDarkBlue_120px' >Development Name:</div> <input name='f_LEMAddDevel' id='f_LEMAddDevel' /><br /> \
			<div class='fontBoldDarkBlue'>Additional Comments:</div> \
			<textarea name='f_commentText' id='f_commentText' style='width:278px; height:50px;' ></textarea> \
		</form> \
	</div> \
	<br /> \
	<div id='LEMSubEmailSubmit' style='float:right; padding:5px 0px 3px 0px; display:none;'><span class='buttonBlue'><a href='JavaScript:listingSelectSubDevel_submit();'>Submit</a></span></div> \
	<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	<br /> \
	");

overlayAddContent('overlayLEMFileUpload', 'File Upload Progress', " \
	Please wait while your files are uploaded and processed.<br /> \
	<br /> \
	<div id='overlayUploadProgress'></div> \
	<br /> \
	<span class='buttonGrey'><a href='JavaScript:listingsUploadFile_cancel();'>Cancel</a></span> \
	<br /> \
	");

overlayAddContent('overlayForgotLogin', 'Request Login Information', " \
	<div style='width:430px;'> \
		<div id='loginForgotLoginContent_ask' > \
			To use the Reset Password option, you must have established an email address and a security question and answer in your profile. If you are locked out of the MLS, please contact your board. <br />\
			<br /> \
			<span class='titleBoldDarkBlue' style='width:130px;' >User ID:</span> <input type='text' name='f_forgotLogin_userID' id='f_forgotLogin_userID' style='width:290px;' /><br /> \
			<span class='titleBoldDarkBlue' style='width:130px;' >Email Address on file:</span> <input validate='email' type='text' name='f_forgotLogin_email' id='f_forgotLogin_email' style='width:290px;' /><br /> \
		</div> \
		<div id='loginForgotLoginContent_thank' style='display:none;' > \
			Thank you. You will receive an e-mail shortly with instructions on how to reset your Password. <br />\
		</div> \
		<div id='loginForgotLoginContent_error' style='display:none;' > \
			Password reset is not available on your account. Please contact your local board with any questions. <br />\
		</div> \
		<br /> \
		<div id='loginForgotLoginButton' style='float:right; padding:5px 0px 3px 0px;'><span class='buttonBlue'><a href='JavaScript:loginForgotPassword_execute();'>Send Request</a></span></div> \
		<span class='buttonGrey'><a href='JavaScript:overlayFadeOut();'>Cancel</a></span> \
	</div> \
	");

