function resizeFlashContent(id,newheight)
{
	document.getElementById(id).style.height=newheight;
}
function pageScroll(amount)
{
	window.scrollBy(0,amount);	
}
