// When the page loads: 
window.onload = function(){ 
	document.getElementById("FlashPrincipal").outerHTML=document.getElementById("FlashPrincipal").outerHTML;
} 
// When the page unloads: 
window.onunload = function() { 
	document.getElementById("FlashPrincipal").outerHTML="";
} 