///////////////////////////////////////////////////////
// Events : Handle the window.resize event.
// Supports resizing the swf based on window height.
///////////////////////////////////////////////////////

window.onresize = function()
{
	set_height();
}