// Common JavaScript - Copyright (C) 2007-2011 Charles A Upsdell, All Rights Reserved; www.upsdell.com
//
// This has JavaScript for the onload event.

//	Function called when page has been loaded
function myOnLoad( )
{
myCommonOnLoad();
}


