// JavaScript Document

onload = function()
{
	if( !FlashDetect.installed )
	{
		setViewortDims();
		resizeFormSendTextFields();
		moveContentBlocks();
	}
}



onresize = function()
{
	if( !FlashDetect.installed )
	{
		setViewortDims();
		moveContentBlocks();
	}
}
