forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.6 KiB
55 lines
2.6 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<link rel='stylesheet' href='css/style.css' type='text/css'>
|
|
</head>
|
|
<script>
|
|
var texts = new Array( 4 );
|
|
texts[ 0 ] = "NOVO Texto da higiene e segurança";
|
|
texts[ 1 ] = "texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto ";
|
|
texts[ 2 ] = "Politica de Qualidade e Tratamento da Vertente Burocratica";
|
|
texts[ 3 ] = "Serviços complementares";
|
|
|
|
function setText( position )
|
|
{
|
|
document.getElementById( 'textTable' ).innerHTML = texts[ position ];
|
|
}
|
|
</script>
|
|
<body onload='setText( 0 );'>
|
|
<table style="width: 588px; text-align: left;" border="0" cellpadding="0" cellspacing="0">
|
|
<tbody>
|
|
<tr>
|
|
<td class='title' style="background: transparent url( 'images/texto%20topo.gif' ) no-repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 588px; height: 29px; vertical-align: top;"> os nossos serviços</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 588px; vertical-align: top;">
|
|
<table style="width: 100%; text-align: left;" border="0" cellpadding="0" cellspacing="0">
|
|
<tbody>
|
|
<tr>
|
|
<td style="width: 3px; background-color: #789BB5;"></td>
|
|
<td style="width: 4px;"></td>
|
|
<!--td class='text' style="vertical-align: top;">texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto</td-->
|
|
<td id='textTable' class='text' style="vertical-align: top;"></td>
|
|
<td style="width: 2px;"></td>
|
|
<td style="width: 3px; background-color: #789BB5;"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 588px; height: 13px; vertical-align: top; background-image: url( 'images/texto%20base.gif' ); background-repeat: no-repeat;"><br></td>
|
|
</tr>
|
|
<tr>
|
|
<td style='font-weight: bold;'><br>
|
|
<a class='big' href='#' onclick='setText( 0 );'>-Higiene e Segurança</a><br>
|
|
<a class='big' href='#' onclick='setText( 1 );'>-Medicina do Trabalho</a><br>
|
|
<a class='big' href='#' onclick='setText( 2 );'>-Politica de Qualidade e Tratamento da Vertente Burocratica</a><br>
|
|
<a class='big' href='#' onclick='setText( 3 );'>-Serviços Complementares</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|