// JavaScript Document
function PageLoad ()
{
	DrawMenu();
	IndividualPageLoad();
}

function IndividualPageLoad(){
	//this method is a placeholder.  If you have page specific javascript that occurs at pageload, place this method in the page to "override" this one.	
}