<!--
var item1 = document.getElementById('menubartop');
var item2 = document.getElementById('menuizq');

/*
function   window.onbeforeprint() {
   item1.className = 'vis2';
   item2.className = 'vis2';
}
*/
function  Eafterprint() {
var item1 = document.getElementById('menubartop');
var item2 = document.getElementById('menuizq');
      item1.className = 'vis1';
      item1.className = 'tmssup';
      item2.className = 'vis1';
      item2.className = 'menuizq';
      document.body.className = '';
}


function printThis() {
var item1 = document.getElementById('menubartop');
var item2 = document.getElementById('menuizq');

/*
	if( navigator.appVersion.indexOf("MSIE") ==-1 ) {
		mywindow = window.open("","print","width=640,height=480,menubar=1,tolbar=0,location=0");
		//mybody = mywindow.document.getElementsByTagName("body").item(0);
		styles = document.styleSheets.href;
		content = document.getElementById("contentToPrint").cloneNode(true);
		mywindow.document.styleSheets.href = "https://desarrollo.crp.com.co/~juan/eclientes/templates/estilo.css";
        	mywindow.document.getElementsByTagName("body").item(0).appendChild(content);
                mywindow.print();
 	}
	else {*/
 		//Ebeforeprint();
                item1.className = 'vis2';
	        item2.className = 'vis2';
                document.body.className = 'vis3';
   		window.print();
		confirm("Ya finalizo la impresion?");
		Eafterprint();

        //}
}
-->
