	varX = 20;
	varY = 20;
	var oFlashTag = document.getElementById('objFlash'); 
	var iWidth = oFlashTag.width;
	var iHeight = oFlashTag.height;
	//window.resizeTo(parseInt(iWidth)+varX, parseInt(iHeight)+varY); 
	pos_left = (screen.width - iWidth) / 2;
	pos_height = (screen.height - iHeight) / 2;
	window.moveTo(pos_left, pos_height);

