function MM_preloadImages(){ //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function preloadNav(){
	MM_preloadImages('/images/nav_home_f2.gif','/images/nav_properties_f2.gif','/images/nav_location_f2.gif','/images/nav_gallery_f2.gif','/images/nav_contact_f2.gif');
}

function preloadGallery(){
	MM_preloadImages('/images/gallery/1_lg.jpg','/images/gallery/2_lg.jpg','/images/gallery/3_lg.jpg','/images/gallery/4_lg.jpg','/images/gallery/5_lg.jpg','/images/gallery/6_lg.jpg','/images/gallery/7_lg.jpg','/images/gallery/8_lg.jpg','/images/gallery/9_lg.jpg','/images/gallery/10_lg.jpg','/images/gallery/11_lg.jpg','/images/gallery/12_lg.jpg','/images/gallery/13_lg.jpg','/images/gallery/14_lg.jpg','/images/gallery/15_lg.jpg','/images/gallery/16_lg.jpg');
}

function showPic(n){
	document.getElementById('mainPic').src = '/images/gallery/' + n + '_lg.jpg';
}

function openDisclaimer(){
	h = window.open('/disclaimer.html','disclaimer','width=300,height=350,status=0,location=0,toolbars=0,menubar=0,resizable=1,scrollbars=1');
	h.focus();
	return false;
}