        function show_me(menu_div) {

		if( document.getElementById(menu_div).style.display == 'inline' )
		{
document.getElementById(menu_div).style.display = 'none';
		}
		else
		{
      document.getElementById(menu_div).style.display = 'inline'; 
		}

        }

function verimagen(ruta) {
window.open(ruta,'_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=0, width=100, height=100');

}
