if (document.images) { 
	abouton = new Image(87,41);
	abouton.src = "images/btn_about_r.jpg";
	aboutoff = new Image(87,41);
	aboutoff.src = "images/btn_about.jpg";
	
	ourhomeson = new Image(101,41);
	ourhomeson.src = "images/btn_ourhomes_r.jpg";
	ourhomesoff = new Image(101,41);
	ourhomesoff.src = "images/btn_ourhomes.jpg";
	
	expresshomeson = new Image(124,41);
	expresshomeson.src = "images/btn_expresshomes_r.jpg";
	expresshomesoff = new Image(124,41);
	expresshomesoff.src = "images/btn_expresshomes.jpg";
	
	homesgalleryon = new Image(123,41);
	homesgalleryon.src = "images/btn_homesgallery_r.jpg";
	homesgalleryoff = new Image(123,41);
	homesgalleryoff.src = "images/btn_homesgallery.jpg";
	
	testimonialson = new Image(108,41);
	testimonialson.src = "images/btn_testimonials_r.jpg";
	testimonialsoff = new Image(108,41);
	testimonialsoff.src = "images/btn_testimonials.jpg";
	
	contacton = new Image(98,41);
	contacton.src = "images/btn_contact_r.jpg";
	contactoff = new Image(98,41);
	contactoff.src = "images/btn_contact.jpg";
	
	infocenteron = new Image(96,41);
	infocenteron.src = "images/btn_infocenter_r.jpg";
	infocenteroff = new Image(96,41);
	infocenteroff.src = "images/btn_infocenter.jpg";
	
}
function rollOver(imgName) {
	if(document.images){
		imgOn = eval(imgName + "on.src");
		document[imgName].src = imgOn;
	}	
}
		
function rollOut(imgName) {
	if(document.images){
		imgOff = eval(imgName + "off.src");
		document[imgName].src = imgOff;
	}	
}

function mailTo(p_name) {
  document.location = "mailto:"+p_name+"@silvercresthomes.com";
}
