
<!-- NOTE: If you use a ' add a slash before it like this \' -->

<!-- start


document.write('<table border="0" cellpadding="0" cellspacing="0" width="114"><tr><td class="sidetext" background="picts/background_sidetext.gif"  align="center">');
document.write('<a href="index2.php" onClick="openMap2();" >&nbsp;&nbsp;&nbsp;&nbsp;Mapa web&nbsp;&nbsp;&nbsp;&nbsp;</a> ');

document.write('</td></tr></table>');

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 openMap2()
{
	if(!map)
	{
		map=true;
		var Wnd=window.open("subpage/mapaweb.htm","mapa","scrollbars=no,width=625,height=275");
	}
	return map;
}
//  End -->