<!--
function escribe_texto2(texto,id_celda)
{
document.getElementById(id_celda).innerHTML=texto;
}
function imprimir()
{

		var bName = navigator.appName;
		var bVer = parseFloat(navigator.appVersion);
		
    		var contenido = document.getElementById("imprim").innerHTML;<?
global $Clase;
$Clase->Variables_GET();//crea las variables de _GET

?>
    		ventana=window.open("/imprimiendo.php?Ruta=<?=urlencode($_SERVER["PHP_SELF"]."?".substr($Clase->_Variables_GET,1));?>","ventana","width=700,height=600,top=0,left=3000");
    		ventana.document.open();
    		ventana.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.01 transitional//EN" "http://www.w3.org/tr/html4/loose.dtd">');
			ventana.document.write('<html>');
			ventana.document.write('<head>');
			ventana.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />');
			ventana.document.write('<title>Jovenmania.com - Portal de la Juventud de Cantabria </title>');
			ventana.document.write('<link rel="stylesheet" href="/style.css" type="text/css" />');
			ventana.document.write('</head>');
			ventana.document.write('<body onprint="self.close()">');
    		ventana.document.write(contenido);
    		ventana.document.write('<table border="0" cellpadding=0 cellspacing=0 width="100%">');
			ventana.document.write('<tr>');
			ventana.document.write('<td width="100%" rowspan="2">');
			ventana.document.write('<img src="/imagenes/logo_print.gif" alt="Imprimir">');
			ventana.document.write('</td>');
			ventana.document.write('<td width="259" border="0">');
			ventana.document.write('<table width="259" border="0" cellpadding="0" cellspacing="0">');
			ventana.document.write('<tr>');
			ventana.document.write('<td colspan="3" bgcolor="#FFFFFF">');
			ventana.document.write('<img src="/imagenes/espacio.gif" width="249" height="10" alt="" />');
			ventana.document.write('</td>');
			ventana.document.write('<td rowspan="2" bgcolor="#FFFFFF">');
			ventana.document.write('<img src="/imagenes/espacio.gif" width=10 height=77 alt="">');
			ventana.document.write('</td>');
			ventana.document.write('</tr>');
			ventana.document.write('<tr>');
			ventana.document.write('<td>');
			ventana.document.write('<img src="/imagenes/logo_print_1.gif\" width="134" height="67" border="0" alt="">');
			ventana.document.write('</td>');
			ventana.document.write('<td bgcolor="#FFFFFF">');
			ventana.document.write('<img src=\"/imagenes/espacio.gif\" width="20" height=67 ALT=\"\">');
			ventana.document.write('</td>');
			ventana.document.write('<td>');
			ventana.document.write('<img src=\"/imagenes/logo_print_2.gif\" width="95" height="67" border="0" alt="" />');
			ventana.document.write('</td>');
			ventana.document.write('</tr>');
			ventana.document.write('</table>');
			ventana.document.write('</td>');
			ventana.document.write('</tr>');
			ventana.document.write('<tr>');
			ventana.document.write('<td width="259" border="0">');
			ventana.document.write('<table width="259" border="0" cellpadding="0" cellspacing="0">');
			ventana.document.write('<tr>');
			ventana.document.write('<td colspan="3" bgcolor="#FFFFFF">');
			ventana.document.write('<img src=\"/imagenes/espacio.gif\" width="249" height="10" alt="">');
			ventana.document.write('</td>');
			ventana.document.write('<td rowspan="2" bgcolor="#FFFFFF">');
			ventana.document.write('<img src=\"/imagenes/espacio.gif\" width="10" height="77" alt="">');
			ventana.document.write('</td>');
			ventana.document.write('</tr>');
			ventana.document.write('<tr>');
			ventana.document.write('<td>');
			ventana.document.write('<img src=\"/imagenes/logo_print_3.gif\" border="0" alt="" />');
			ventana.document.write('</td>');
			ventana.document.write('<td bgcolor="#FFFFFF">');
			ventana.document.write('<img src=\"/imagenes/espacio.gif\" width="20" height="67" alt="" />');
			ventana.document.write('</td>');
			ventana.document.write('<td>');
			ventana.document.write('<img src=\"/imagenes/logo_print_4.gif\" border="0" alt="" />');
			ventana.document.write('</td>');
			ventana.document.write('</tr>');
			ventana.document.write('</table>');
			ventana.document.write('</td>');
			ventana.document.write('</tr>');
			ventana.document.write('</table>');
			ventana.document.write('</body>');
			ventana.document.write('</html>');
        	ventana.document.close();
        	ventana.print();
        	ventana.focus();
        	ventana.close();
		
}
-->
