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

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