function button_on (pageId){
 if ( document.images ) {
       document.getElementById("menu-"+pageId).src = "http://nisthaonweb.com/blog/wp-content/themes/elegant-grunge/images/menu-"+pageId+"-on.png";
 }
}

function button_off ( pageId){
 if ( document.images ) {
       document.getElementById("menu-"+pageId).src = "http://nisthaonweb.com/blog/wp-content/themes/elegant-grunge/images/menu-"+pageId+".png";
 }
}
