// JavaScript Document
//addLoadEvent(function(){ 


//});



function fromFlashToJavascript ()
{
	insertarFlash(false);
}
function cogerFocoFlash ()
{
document.getElementById("Iberdrola").focus();
}

function cogerFocoHTML ()
{
document.getElementById("inicioTabulacion").focus();
document.getElementById("inicioTabulacion").blur();
} 






	

