// JavaScript Document

function topo(titulo, link1, url1, link2, url2, link3, url3, link4, url4, link5, url5, link6, url6)
{
	//Estilos
	document.write('<style type="text/css">');
	document.write('<!--');
	document.write('body {');
	document.write('background: url(http://www.estradasdeportugal.pt/paginas/template/imagens/bg.jpg) repeat-x top;');
	document.write('background-color: #d7dbe5;');
	document.write('font:Arial, Helvetica, sans-serif normal;');
	document.write('font-size:12px;');
	document.write('margin-left: 0px;');
	document.write('margin-top: 0px;');
	document.write('margin-right: 0px;');
	document.write('margin-bottom: 0px;');
	document.write('}');
	document.write('a {');
	document.write('font-family: Arial, Helvetica, sans-serif;');
	document.write('}');
	document.write('-->');
	document.write('</style>');

	//Topo
	document.write('<table width="964" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('<td width="183"><img src="http://www.estradasdeportugal.pt/paginas/template/imagens/logo.jpg" width="183" height="120" alt="Página Inicial" /></td>');
	document.write('<td width="781" align="right" valign="bottom" style="background:url(http://www.estradasdeportugal.pt/paginas/template/imagens/topo_bg.jpg) right top no-repeat">');
	document.write('<div style="padding-bottom:10px; padding-right:25px;text-align:right;">');


	document.write('<table width="200" border="0" cellspacing="0" cellpadding="0" align="right">');
	document.write('<tr>');
	document.write('<td align="left" valign="bottom">');
	
	
	if(link1)
	{
		document.write('<a href="'+ url1 + '" style="color:#333; font-weight:bold;text-decoration:none;"><img src="http://www.estradasdeportugal.pt/paginas/template/imagens/bullet.gif" width="10" height="10" border="0" /> ' + link1 + '</a><br />');
	}
	
	if(link2)
	{
		document.write('<a href="'+ url2 + '" style="color:#333; font-weight:bold;text-decoration:none;" ><img src="http://www.estradasdeportugal.pt/paginas/template/imagens/bullet.gif" width="10" height="10" border="0" /> ' + link2 + '</a><br />');
	}
	
	if(link3)
	{
		document.write('<a href="'+ url3 + '" style="color:#333; font-weight:bold;text-decoration:none;"><img src="http://www.estradasdeportugal.pt/paginas/template/imagens/bullet.gif" width="10" height="10" border="0" /> ' + link3 + '</a><br />');
	}
	
	if(link4)
	{
		document.write('<a href="'+ url4 + '" style="color:#333; font-weight:bold;text-decoration:none;"><img src="http://www.estradasdeportugal.pt/paginas/template/imagens/bullet.gif" width="10" height="10" border="0" /> ' + link4 + '</a><br />');
	}
	
	if(link5)
	{
		document.write('<a href="'+ url5 + '" style="color:#333; font-weight:bold;text-decoration:none;"><img src="http://www.estradasdeportugal.pt/paginas/template/imagens/bullet.gif" width="10" height="10" border="0" /> ' + link5 + '</a><br />');
	}
	
	if(link6)
	{
		document.write('<a href="'+ url6 + '" style="color:#333; font-weight:bold;text-decoration:none;"><img src="http://www.estradasdeportugal.pt/paginas/template/imagens/bullet.gif" width="10" height="10" border="0" /> ' + link6 + '</a>');
	}
	
	
	document.write('<br/></td>');
	document.write('</tr>');
	document.write('</table>');
	
	document.write('</div>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
	
	
	
	//Titulo
	if(titulo)
	{
		document.write('<table width="964" border="0" align="center" cellpadding="0" cellspacing="0">');
		document.write('<tr>');
		document.write('<td height="23" style="background:url(http://www.estradasdeportugal.pt/paginas/template/imagens/title.gif) no-repeat bottom left; height:23px;">');
		document.write('<div style="padding-left:20px;padding-top:2px; font-weight:bold;font-family:Arial, Helvetica, sans-serif;">' + titulo + '</div></td>');
		document.write('</tr>');
		document.write('</table>');
	}
	
	//Centro
	document.write('<table width="964" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('<td style="background:url(http://www.estradasdeportugal.pt/paginas/template/imagens/corpo_bg1.gif) repeat-y top"><br />');
	//document.write('<br />');
	document.write('<table width="96%" cellpadding="0" cellspacing="0" border="0" align="center">');
	document.write('<tr>');
	document.write('<td style="font-family:Arial, Helvetica, sans-serif;">');
}

function fundo()
{
	//Fundo
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<br/>');
	document.write('<table width="964" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('<td style="background:url(http://www.estradasdeportugal.pt/paginas/template/imagens/fundo.gif) no-repeat top left; height:53px;" align="right" >');
	document.write('<div style="padding-right:20px;padding-top:20px;font-family:Arial, Helvetica, sans-serif;font-size:11px;">Copyright &copy; 2010 Estradas de Portugal. Todos os direitos reservados.</div>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
}
