function SubmitForm(FormID)
{

}


function SwitchImage(ImgID, ImgSrc)
{	
	document.getElementById(ImgID).setAttribute('src', ImgSrc);
}

function ShowNaAlert()
{
	alert("This document will be available soon, please check back. If you have any questions, please contact David Hochman at 201-543-0335 or dhochman@atpfunds.com.");
}