// See /app_javascript/hl_scripts.js
var is_ie6 = (
	        window.external &&
	        typeof window.XMLHttpRequest == "undefined"
        );   
mapIcon = is_ie6 ?
	        "images/mapicon_region.gif" :
	        "images/mapicon_region.png";

mapIconRegion = is_ie6 ?
	        "images/mapicon.gif" :
	        "images/mapicon.png";
mapIconShort = is_ie6 ?
	        "images/mapicon_short.gif" :
	        "images/mapicon_short.png";
var SearchMapNoResults = "<p>Your search returned 0 results.  You might want to try the following...</p><ul><li>If you've zoomed into the  map, try zooming out for more alternatives.</li><li>Have you used filters to narrow your selection? Try removing some that are less important to  you</li><li>Consider an alternative   duration (standard durations are mainly 7 or 14   nights)</li><li>Think about amending your   holiday start date.</li><li>Make sure your search has   the \"+/- 3 day\" start date box ticked</li></ul><p>For larger groups consider looking at grouped/same site   properties if you can't find single unit accommodation.</p>";
mapIconHeight = 15;
mapIconWidth = 15;
imgDivOptions = {
		height	:	'209px',
		width	:	'325px',
		top		:	'60px',
		left	:	'146px'		
		};