if(document.images) {
	home_on = new Image();	home_on.src = "../images/home_on.gif";
	carr_on = new Image();	carr_on.src = "../images/carriagehouse_on.gif";
	phot_on = new Image();	phot_on.src = "../images/photogallery_on.gif";
	feat_on = new Image();	feat_on.src = "../images/features_on.gif";
	loca_on = new Image();	loca_on.src = "../images/location_on.gif";
	cont_on = new Image();	cont_on.src = "../images/contact_on.gif";
}

//email
function draw_em(user,site) {
document.write('<a href=\"mailto:' + user + '@' + site + '.com\">');
document.write(user + '@' + site + '.com</a>');
}

function RunFlash1() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="550"><param name="movie" value="home_photos.swf"><param name="quality" value="high"><embed src="home_photos.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="550"></embed></object>');
}

