
function wrTop(){	
	var strBot = '';
	
	
strBot += '<table width="703" border="0" cellspacing="0" cellpadding="0" align="CENTER">';
strBot += '<tr>';
strBot += '	<td><a href="../index.htm"><img src="../img/top_int.gif" width=703 height=33 alt="" border="0"></a><br>';
strBot += '    <img src="../img/int_dove.gif" width=703 height=23 alt="" border="0" usemap="#dove"></td>';
strBot += '</tr>';
strBot += '</table>';



strBot += '<map name="dove">';
strBot += '<area alt="" coords="565,2,699,20" href="#" shape="RECT"  onmouseover="show(\'linkarea\')">';
strBot += '<area alt="" coords="28,4,63,21" href="../index.htm" shape="RECT">';
strBot += '<area alt="" coords="68,4,111,21" href="javascript:Mappa();" shape="RECT">';
strBot += '</map>';




	document.write(strBot);
 }
 
 
 
 function Mappa() {
    window.open('../mappa.htm','mappa','width=520,height=500,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0');
}
 
 
 

 


