function Pie1()
	{
	document.write('<table summary="" width="100%" cellpadding="0" cellspacing="0" border="0">');
	document.write('	<tr>');
	document.write('		<td><a href="#top"><img src="/Fitxes/Imatges/pujar_flecha.gif" width="17" height="11" alt="Pujar" border="0"></a><a href="#top" class="cssenrera" title="Pujar">Pujar</a></td>');
	document.write('		<td align=right><a href="javascript:history.go(-1)" class="cssenrera"><img src="/Fitxes/Imatges/enrera.gif" width="16" height="7" alt="" border="0">enrera</a>&nbsp;&nbsp;</td>');
	document.write('	</tr>');
	document.write('</table>');
	}


function Pie2(param)
	{
	document.write('<BR>');
	document.write('<!-- ##### PEU -->');
	document.write('<!-- AddThis Button BEGIN -->');
	document.write('<div class="puntneg10" style="margin:0;padding:0;text-align:left";>Comparteix-ho!</div>');
	document.write('<div class="addthis_toolbox addthis_default_style "><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>');
	document.write('<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>');
	document.write('<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=ajsabadell"></script>');
	document.write('<!-- AddThis Button END -->');
	document.write('<table summary="Peu de pàgina del web. Inclou copyright, avís legal i contacta -correu-" style="position:relative;width:778px;background-color:#F0F5FA" cellpadding="0" cellspacing="0" border="0" class="texteCapPeu">');
	document.write('<tr>');
	document.write('	<td height=30 style="width:220;padding:0 0 0 10;">&copy;&nbsp;2003 <a href="/Cat/Ajuntament/" class="textajuntament" title="">Ajuntament de Sabadell</a>');
	document.write('	</td>');
	document.write('	<td style="width:100px">');
	document.write('		<span class="puntPeu">&#8226;</span>&nbsp;<a href="/cat/Contacta/" class="pvincle" title="">Contacta</a>');
	document.write('	</td>');
	document.write('	<td style="width:100px">');
	document.write('		<span class="puntPeu">&#8226;</span>&nbsp;<a href="/cat/Avis_legal/" class="pvincle" title="">Avís legal</a>');
	document.write('	</td>');
	document.write('	<td align="right">');
   	if (param!=null){
    	document.write('		Darrera actualització: '+param);
	}else{
	document.write('&nbsp');
	}
	document.write('	</td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<!-- ##### PEU -->');
	}

function Titol_Fitxa(Imatge, Tipo)
	{
	document.write('<table summary="" border=0 cellspacing=0 cellpadding=0 style="width:587px">');
	document.write('<tr>');
	document.write('<td style="width:500px"><img src="/Fitxes/Imatges/' + Imatge + '" border="0" align="middle"><span class="fitxatext12b">' + Tipo + '</span></td>');
	document.write('<td style="width:87px" align="right"><a href="javascript:history.go(-1)" class="cssenrera"><img src="/Fitxes/Imatges/enrera.gif" width="16" height="7" alt="" border="0">enrera</a>&nbsp;&nbsp;</td>');
	document.write('</tr>');
	document.write('<tr><td class="filetblau" colspan="2"><img src="/Fitxes/Imatges/bl.gif" width=1 height=1></td></tr>');
	document.write('</table><br>');
	}

function TDLateralEsquerra()
	{
	document.write('<td style="width:20px"><img src="/Fitxes/Imatges/bl.gif" width="80" height="1" ALT="" TITLE=""></td>');	
	}

function IniciDIVGlobal()
	{
	document.write('<DIV id="contenidor" align="center">');
	}

function FinalDIVGlobal()
	{
	document.write('</DIV>');
	}

function displayWindow(theURL,winName,width,height,features)
{ 
	var window_width = width;
    var window_height = height;
    var newfeatures= features;
    var window_top = (screen.height-window_height)/2;
    var window_left = (screen.width-window_width)/2;
    newWindow=window.open(''+ theURL + '',''+ winName + '','width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + ',features=' + newfeatures + '');
    newWindow.focus();
}

