/**
 *	init.js
 *
 *	holds the one and only init function, which in turn calls
 *	any nessesary functions. used in the body's onload handler
 *
 */
 
 
function init()
{
	resizeContent();
}
