function mmover() {
var yy=event.srcElement.coords.split(",");
mmenuh.style.clip="rect("+yy[1]+" 8 "+yy[3]+" 0)";
}


