function ieResize() 
{	
	if(document.all && !window.opera) {
		swf = document.getElementById('atlas');
		if(document.body.clientWidth < 990) {
			swf.width = 990;
		} else {
			swf.width = document.body.clientWidth;
		}
		if(document.body.clientHeight < 600) {
			swf.height = 600;
		} else {
			swf.height = document.body.clientHeight;
		}
	}
}

function CloseTopPlayer()
{
	jQuery("#topPlayer").hide();
}
