var localizacion=location.href;
pos_html=localizacion.indexOf('.html');
imprimir=localizacion.substring(0,pos_html) + '_imp' + localizacion.substring(pos_html,localizacion.length);


var treeName = "Tree";
new NosTree (treeName, TREE_NODES, TREE_FORMAT);
//expand first node of tree and redraw it

if (cami.indexOf('t1_') > -1) NTrees[treeName].expandNode(0); 
if (cami.indexOf('t2_') > -1) NTrees[treeName].expandNode(5); 
if (cami.indexOf('t3_') > -1) NTrees[treeName].expandNode(9); 
if (cami.indexOf('t4_') > -1) NTrees[treeName].expandNode(14);
//NTrees[treeName].expandNode(0);
// Expandeix els nodes corresponents a lapàg. carregada
/*var cami=location.href;		
if (cami.indexOf('castells0502') > -1) NTrees[treeName].expandNode(3); 
if (cami.indexOf('muntadas0502') > -1) NTrees[treeName].expandNode(6); 	*/
document.write('<div style="position:absolute;left:0;top:66;">');
document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');	
document.write('	<td height="18" class="lletrablancafina" bgcolor="#406491">&#160; <a href="http://www.uoc.edu/symposia/euroecom/cat/programa.html" style=" font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FFFFFF;text-decoration:none;">PROGRAMA<img src="http://www.uoc.edu/symposia/euroecom/cat/img/pix_trans.gif" width="95" height="12" border="0"></a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
