function EP_activate(num) {
    document.write(document.getElementById("flash_" + num).value);
}

function bluring(){ 
	if(event.srcElement.tagName=="A"||event.srcElement.tagName=="img") document.body.focus(); 
} 
document.onfocusin=bluring;