function abrirImgPlana(nom,titulo){
			msg=window.open("","_blank","toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=no,width=590 height=510,top=0,left=0");
			msg.document.open();
			msg.document.write("<html><head><title>"+titulo+"</title></head>");
			msg.document.write("<body bgcolor='000000' bottommargin='0' leftmargin='0' rightmargin='0' topmargin='0'>");
			msg.document.write("<table width='100%' border='0' background='herramientas/Objurgation3.jpg'>");
			msg.document.write("<tr><td><div align='center'><img src='herramientas/logo01.jpg' width='567' height='107'></div></td></tr>");
			msg.document.write("<tr><td><div align='center'><img src="+nom+"></div></td></tr>");
			msg.document.write("  <tr><td><div align='center'><h6 style='font:Verdana; color:#DDDFC8'>(p) 2006 TODOS LOS DERECHOS RESERVADOS - SITIO DISE&Ntilde;ADO BY KAOS: alexander.lone@gmail.com</h6></div></td>");
			msg.document.write("</tr></table>");
			msg.document.write("</body></html>");
			msg.document.close();
}
function abrirImgAlta(nom,titulo){
			msg=window.open("","_blank","toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=no,width="+(screen.width-0)+",height="+(screen.height-100));
			msg.document.open();
			msg.document.write("<html><head><title>"+titulo+"</title></head>");
			msg.document.write("<body bgcolor='000000' bottommargin='0' leftmargin='0' rightmargin='0' topmargin='0'>");
			msg.document.write("<table width='100%' border='0' background='herramientas/Objurgation3.jpg'>");
			msg.document.write("<tr><td><div align='center'><img src='herramientas/logo01.jpg' width='567' height='107'></div></td></tr>");
			msg.document.write("<tr><td><div align='center'><img src="+nom+"></div></td></tr>");
			msg.document.write("  <tr><td><div align='center'><h6 style='font:Verdana; color:#DDDFC8'>(p) 2006 TODOS LOS DERECHOS RESERVADOS - SITIO DISE&Ntilde;ADO BY KAOS: alexander.lone@gmail.com</h6></div></td>");
			msg.document.write("</tr></table>");
			msg.document.write("</body></html>");
			msg.document.write("</body></html>");
			msg.document.close();
}