sfHover = function() {	
	var sfEls = document.getElementById("block-menu-menu-main-menu").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {	
		sfEls[i].onmouseover=function() {	
			this.className+=" sfhover";	
		}	
		sfEls[i].onmouseout=function() {	
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");	
		}	
	}	
}

if (window.attachEvent) window.attachEvent("onload", sfHover);


sfHoverU = function() {	
	var sfmen = document.getElementById("block-user-1");
		sfmen.onmouseover=function() {	
			this.className+=" sfhoveru";	
		}	
		sfmen.onmouseout=function() {	
			this.className=this.className.replace(new RegExp(" sfhoveru\\b"), "");	
		}	
}

if (window.attachEvent) window.attachEvent("onload", sfHoverU);

/* minisus */
function validate1 (form) {
r=1;
if (form.email.value.indexOf('@',0)==-1) {
	alert("Write a email.");
	r=0;
	};
if (r==0) { return false; }
else { 
	return true; }
}

if (window.addthis_config) { 
	var addthis_config = {
	  data_use_flash: false;
	}
}
