
<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="copytext">&copy;Copyright 2010 Colprodecam ');

document.write('<a href="index.php" onClick="openMap();">Aviso legal</a> ');

document.write('Todos los derechos reservados<br>');

// open map

map=false;

function setimage(t_obj, i_name, i_src)
{
agent = navigator.userAgent ;
if ((agent.indexOf("MSIE")==1) && ((agent.indexOf("a/3",6) == 1))) return false;
else 
	{
	        t_obj[i_name].src = i_src;
	        return true;
	}
}
 function openMap()
{
	if(!map)
	{
		map=true;
		var Wnd=window.open("../../profesionales/html-e/legal.php","legal","scrollbars=yes,width=570,height=525");
	}
	return map;
}


//  End -->
