var myArray = new Array();
myArray['GSL'] = 'Many listings classified by USPS as Los Angeles (recommended)';
myArray['GS0'] = '<strong>Price Criteria</strong><br>Members can search with any specific price criteria';
myArray['GS1'] = '<strong>Photos &amp; Tours</strong><br>Members can search listings with photos';
myArray['GS2'] = '<strong>Expand Cities List</strong><br>Expand area list with the button<br>Then check desired cities';    
myArray['GS3'] = 'Will drastically reduce your results (not recommended)';    
myArray['GS4'] = 'Check this to exclude large buildings with ongoing vacancies (recommended)';    
myArray['GS5'] = '<strong>More Options</strong> Search by street address; school name; lease terms or property features';        
myArray['GS6'] = 'Members can narrow results by keyword search';        
myArray['GS7'] = 'Members can save search criteria for later use';            
myArray['GS8'] = 'Choose <STRONG>Will Consider</STRONG> if you have pets';        
myArray['GS9'] = 'Choose from Apartments or Houses or <STRONG>any</STRONG> for both';            

myArray['MS1'] = 'Members can save search criteria. So next time you return, you do not have to fill the form out';
myArray['MP1'] = 'Central / Downtown Area';
myArray['MP2'] = 'Inland Empire';
myArray['MP3'] = 'Pasadena Area';
myArray['MP4'] = 'Westwood / Beverly Hills';
myArray['MP5'] = 'South Bay Area';
myArray['MP6'] = 'Santa Monica Area';
myArray['MP7'] = 'Santa Clarita Valley';
myArray['MP8'] = 'Burbank / Glendale Area';
myArray['MP9'] = 'San Fernando Valley';
myArray['MP10'] = 'Malibu Area';
myArray['MP11'] = 'Orange County';
myArray['MP12'] = 'San Bernardino and Riverside County';
myArray['MP13'] = 'Ventura County';
myArray['MP14'] = 'Wilshire Area';
myArray['MP15'] = 'Hollywood Area';

myArray['KW'] = 'This is intended for words like upper; lower; balcony; washer; dryer; etc. Use our data base for more complex queries';

myArray['R0'] = 'The code appears at the end of the card number. Click icon for details';
myArray['R1'] = 'Have you received a coupon with a promotional code from us? If so, you may enter that code here';
myArray['R2'] = 'Enter 5 digits US ZIP code. Non US users, enter 90211';

myArray['L0'] = 'Phone and ext';
myArray['L1'] = 'Select property address and features from your existing listings';
myArray['L2'] = 'If you wish not to post actual sddress just enter cross streets or \'Call for address\'';
myArray['L3'] = 'open house';
myArray['L4'] = 'virtual tour';
myArray['L5'] = 'You can also use \'Leasing Agent\' or company name';
myArray['L6'] = 'We don\'t display your email in search results. Only qualified tenants can contact you viea schedule a showing form';
myArray['L13'] = 'This number will be used to send you sms messages';


myArray['S1'] = '<img src="/images/search/scr_la.gif" />';
myArray['S2'] = '<img src="/images/search/scr_sd.gif" />';
myArray['S3'] = '<img src="/images/search/scr_sf.gif" />';


function showHint(id, pos)
{
	return overlib(myArray[id], pos);
}

function hideHint()
{
	return nd();
}