$(document).ready(function() {
	
	if ( typeof JS_menu_img != 'undefined' ) {

        document.getElementById( JS_menu_img.replace('_vis.jpg', '') ).src = 'images/buttons/' + JS_menu_img;

    
    }
    
 	
});

