function DataGeneracio()
	{
	document.write("30/04/2003");
	}
function DisplayPlano()
{   
    newWindow=window.open("http://www.sabadell.net/l_planol/pgplano.asp","Plānol","width=800,height=600,top=0,left=0,toolbar=0,location=0,status=0,menubar=0,resizable=yes, scrollbars=yes");
    newWindow.focus();
}
function Cabecera()
	{
	document.write('<table BGCOLOR="#F4C110" width="100%" border="0" cellpadding="0" cellspacing="0">');
	document.write('  <tr>');
	document.write('<!--     <td><div align="LEFT"><IMG SRC="http://www.sabadelluniversitat.org/imatges/cabecera1.jpg" BORDER=0></div></td> -->    ');
	document.write('	<td><div align="CENTER"><FONT FACE="IMPACT" SIZE="8" COLOR="#FDE58F"> s a b a d e l l&nbsp;&nbsp;&nbsp;u n i v e r s i t a t&nbsp;&nbsp;</FONT></div></td>');
	document.write('  </tr>');
	document.write('</table>');
	}
function Pie()
	{
	document.write('<BR><P>');
	document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
	document.write('  <tr>');
	document.write('    <td><div align="CENTER"><FONT FACE="Arial" SIZE="2" COLOR="#000000">S E G U N D A&nbsp;&nbsp;&nbsp;E D I C I Ķ N&nbsp;&nbsp;&nbsp;S A B A D E L L&nbsp;&nbsp;&nbsp;U N I V E R S I T A T</FONT><BR><FONT FACE="Arial" SIZE="2" COLOR="#B01125">D E L&nbsp;&nbsp;&nbsp;7&nbsp;&nbsp;&nbsp;A L&nbsp;&nbsp;&nbsp;1 1&nbsp;&nbsp;&nbsp;D E&nbsp;&nbsp;&nbsp;J U L I O &nbsp;&nbsp;&nbsp;D E&nbsp;&nbsp;&nbsp;2 0 0 3</FONT></div></td>');
	document.write('  </tr>');
	document.write('</table>');
	}
