function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function clearIt(theField){
 if (theField.defaultValue==theField.value) theField.value = ""
}

function checkCheckBox(f){
if (f.bride.value=="")
{
alert('Please fill in the Name of the Bride.');
return false;
}
if (f.groom.value=="")
{
alert('Please fill in the Name of the Groom.');
return false;
}
else
return true;
}

function contact(user) {
window.location.href = "mailto:" + user + "@blueoceanweddings.com?subject=Inquiry%20from%20BlueOceanWeddings%20Website&body=" ;
}

