function DataGeneracio()
	{
	document.write("28/06/2004");
	}
function DisplayPlano()
{   
 newWindow=window.open("/L_plano/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 DisplayPlanoParametros(url,ParametrosFinestra)
{   
if (ParametrosFinestra!='')
  {   
    var param=String(ParametrosFinestra);
    var pos1=param.indexOf("=");
    var pos2=param.indexOf(",");
    if (pos1+1<pos2-1)
       nomstr=(param.substr(pos1+1,(pos2-1)-pos1))
    else
       nomstr="";
     var caract=param.substr(pos2+1,param.lengt);
     newWindow=window.open(''+ url + '',nomstr,caract);
  }
else
  newWindow=window.open(''+ url + '',"Plānol","width=800,height=600,top=0,left=0,toolbar=no,scrollbars=yes,resizable=yes,location=no,menubar=no,status=no");
newWindow.focus();
}
function getParams()
{
  var idx = window.location.href.indexOf("?");
  var params = new Array();
  if (idx != -1)
  {
	var pairs = window.location.href.substring(idx+1, window.location.href.length).split("&");
     for (var i=0; i<pairs.length; i++)
	{
   	  nameVal = pairs[i].split("=");
	  params[nameVal[0]] = nameVal[1];
	}
  }
  return params;
}
function Cabecera(url,tips,Noms_curts)
	{
	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">T E R C E R 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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2 0 0 4</FONT></div></td>');
	document.write('  </tr>');
	document.write('</table>');
	}

