function GetPage()
{
  return window.location.href;
}
  

function getFlexApp()
{
	return document.getElementById(SWFID);
}


function ResizeApp(newHeight)
{
  getFlexApp().style.height = newHeight + "px";
}