 /* clears out form field when cursor is entered */

 function clearMe(formfield){
  if (formfield.defaultValue==formfield.value)
   formfield.value=""
 }
 
 
 function openwindow (url) {
       var NewWin = window.open (url , "video_win", "height=400,width=500,top=10,left=20,resizable=yes,toolbar=yes");
       }
       
       function toggle(divquote) {
        var oDiv = document.getElementById(divquote);
        oDiv.style.display = (oDiv.style.display == 'none') ? "block" : "none";
       }
     
     
     
                var lhs="geneenroth"; //change this to your email username
				var rhs="GeneenRoth.com" //change this if you use a different host

				function print_mailto_link() {
 			 document.write('<a href=mailto:' + lhs + "@" + rhs + '>' + lhs + '@' + 'GeneenRoth.com</a>');
			}

function print_mailto_link_retreats() {
 			 document.write('<a href=mailto:' + 'retreats' + "@" + rhs + '>' + 'retreats' + '@' + 'GeneenRoth.com</a>');
			}
			
				function print_mailto_link2(lhs, rhs) {
 			 document.write('<a href=mailto:' + lhs + "@" + rhs + '>' + lhs + '@' + rhs + '</a>');
			}
			

 function print_mailto_link_MR() {
 			 document.write('<a href=mailto:' + 'Maureen' + "@" + rhs + '>Maureen@GeneenRoth.com</a>');
}


function print_mailto_link_generic(lhs,  rhs) {
 			 document.write('<a href=mailto:' + lhs + "@" + rhs + '>' + lhs + '@' + rhs + '</a>');
			}





/* i contact script */
function verifyRequired() {
  if (document.icpsignup["fields_email"].value == "") {
    document.icpsignup["fields_email"].focus();
    alert("The Email field is required.");
    return false;
  }

return true;
}
