function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
function clrImg(obj){obj.style.backgroundImage="";obj.onkeydown=obj.onmousedown=null;}
function toggle(ggambo) {
	if (ggambo.style.display == "none")
		{ ggambo.style.display = ""; }
	else 	{ ggambo.style.display = "none"; }
	}
