window.defaultStatus = "Sherman's Masonry - When Quality Counts";


function ChangeMainPicture(ImageSource)  {document["MainPicture"].src=ImageSource;}


function ViewLargePicture(ImageSource)   {document["MainPicture"].src=ImageSource;} 





var cr = String.fromCharCode(13)+String.fromCharCode(11);
function SendEmailForm()
        {alert("Thank you for your interest in Sherman's Masonry.  Please continue sending request."); 
         window.location = "mailto:rick@shermansmasonry.com?subject=Web Contact Form &body=SHERMAN'S MASONRY CONTACT REQUEST                "+cr+cr
                                                                                    +"Name:  "            +document.eMailForm.Name.value     +cr+cr
                                                                                    +"Phone: "            +document.eMailForm.Phone.value+" "+cr+cr
                                                                                    +"Best time to Call: "+document.eMailForm.CallTime.value+" "+cr
                                                                                    +"Comments:"       +cr+document.eMailForm.Comments.value+" "+cr;
        }

