function informedConsent(e){
    var sMsg = "These instructions and methods may not be appropriate for a specific installation due to design of the building, construction methods used, building conditions or site conditions, any of which may require different methods or procedures.  You and your architect or installing contractor are responsible for determining the method and procedure appropriate for your specific installation.";
//	var evt = e || window.event; 
//	var target = evt.target || window.event.srcElement; 

//    if (target.tagName == "A"){
        window.alert(sMsg);
//    }
}