// Preload Images /////////////////////////////
if (document.images) {
    img1 = new Image();
    img1.src = "images/layout/navbk.gif";
    img2 = new Image();
    img2.src = "images/layout/navbk2.gif";
    img3 = new Image();
    img3.src = "images/layout/dropg.gif";
    img4 = new Image();
    img4.src = "images/layout/dropb.gif";
    img5 = new Image();
    img5.src = "images/layout/ac1.gif";
    img6 = new Image();
    img6.src = "images/layout/ac2.gif";
}


// FORMS /////////////////////////////

function clearForm() {
	document.search.q.value = "";
}


// COLORBOX & TABS /////////////////////////////


	$(document).ready(function() {
		
	$('#cTabs').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	
	$("a[rel='plans']").colorbox({transition:"elastic", speed:500});
	$("a[rel='maps']").colorbox({transition:"elastic", speed:500});
	
	$("a[rel='ent']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='muir']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='sunbrook']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='westin']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='prescott']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='cypress']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='augusta']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='huntington']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='windsor']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='somerset']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='cambrian']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='aberdeen']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='breckenridge']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='arlington']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='hamilton']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='kingsbury']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='mackinely']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='olympus']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='birmingham']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='cantebury']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='oxford']").colorbox({preloading:true, transition:"elastic", speed:500});
	$("a[rel='carlisle']").colorbox({preloading:true, transition:"elastic", speed:500});
	

	$(".slideshow").colorbox({slideshow:true, slideshowSpeed:4000, preloading:true});
	$(".vtour").colorbox({width:"80%", height:"80%", iframe:true});
	
	if ( $('.homesale').length )
  	$('#nohomes').hide();
   
});