// JavaScript Document
function leavealert()	
{
alert("You are now leaving the NIH domain.  Some NIH sites may provide links to other Internet sites only for the convenience of World Wide Web users. NIH is not responsible for the availability or content of these external sites, nor does NIH endorse, warrant or guarantee the products, services or information described or offered at these other Internet sites.");
}

function submitform()
{
confirm ("This form may only be submitted if you have already registered for the conference.");
}