//<!--  to hide
var comma = ",";
var colon = ":";
var period = ".";
var space = " ";
var embedsoundwelcome = '<embed src="http://www.ncsainc.com/audio/welcome.wav" HIDDEN="true" AUTOSTART="true" LOOP="false" PLAYCOUNT="1" />';
function makeinvisible (theObject) {
    theObject.style.visibility = "hidden";
}
function makevisible (theObject) {
    theObject.style.visibility = "visible";
}
function setPositionCenter(theImage) {
    var ratio =(theImage.width/theImage.height)
    var revHeight = Math.min(availableHeight, theImage.height)
    var revWidth = revHeight * ratio;
    revWidth = Math.min(availableWidth, revWidth) 
    revHeight = revWidth / ratio;
    theImage.style.left =((availableWidth -revWidth)/2) +"px";
    theImage.style.top =((availableHeight -revHeight)/2) +"px";
    theImage.width = revWidth;
    theImage.height = revHeight;
    return(0);
}
function closedownwindow() {
    self.close();
}
function preloadimg(imgObj,imgSrc) {
if (document.images) { 
    eval(imgObj+' = new Image()');
    eval(imgObj+'.src = "'+imgSrc+'"');
    window.status = imgObj + " Loaded";
    }
} 
function imgover(imgname,oversource){
imgname.src = oversource
}
function imgout(imgname,outsource){
imgname.src = outsource
}
// end hiding -->

<!--  Begin sendMail
function sendMail(three, two, one){

  // ALERT USER 
//alert("This email will be sent directly to the intended recipient.\r\nIf you do not receive a response, please contact the Webmaster. "); 

  // SET MESSAGE VALUES

  // BUILD MAIL MESSAGE COMPONENTS
  var doc = "mailto:" + one + '@' + two + '.' + three + '?subject=NFA: ';

  // POP UP EMAIL MESSAGE WINDOW
  window.location = doc;
}	


// End sendMail -->


<!--  Begin sendMail
function noMail(three, two, one){

  // ALERT USER 
alert("There is no email mailbox available intended recipient.\r\nThis email will be directed to the Area Chairperson.\r\nIf you do not receive a response, please contact the webmaster. "); 

  // SET MESSAGE VALUES

  // BUILD MAIL MESSAGE COMPONENTS
  var doc = "mailto:" + one + '@' + two + '.' + three + '?subject=NFA: ';

  // POP UP EMAIL MESSAGE WINDOW
  window.location = doc;
}	


// End nodMail -->




<!--  Begin hideMail
function hideMail(three, two, one){
	
	  document.write(one + '@' + two + '.' + three );

}
// End HideMail -->

