/*
Opmaak voor ALMAD ECO
*/

function Plaat(file, alt, wid,hi,lok) {
document.write('<A href="'+lok+'"');
document.write('onMouseover="change(' + "'p'" + ",'" + alt + "'" +'); return true"');
document.write('onMouseout= "change(' + "'a'" + ",'" + alt + "'" +'); return true"');

document.write('><img src="images/'+file+'" ALT="'+alt+'" border=0 width="'+wid+'"height="'+hi+'"');
document.write('></A>');
}
function change(ap,Tekst) 
{if (ap=="p")
{window.status=Tekst+", klik op het plaatje voor meer informatie";}
else {window.status= window.defaultStatus;}}
function Plaat2(file, alt, wid,hi,lok) {
document.write('<A href="plaat.html?file='+file+'"');
document.write('onMouseover="change2(' + "'p'" + ",'" + alt + "'" +'); return true"');
document.write('onMouseout= "change2(' + "'a'" + ",'" + alt + "'" +'); return true"');

document.write('><img src="images/'+file+'" ALT="'+alt+'" border=0 width="'+wid+'"height="'+hi+'" align="'+lok+'" vspace=10 hspace=10');
document.write('></A>');
}
function change2(ap,Tekst) 
{if (ap=="p")
{window.status=Tekst+" klik op het plaatje voor vergrote weergave";}
else {window.status= window.defaultStatus;}}

function almadopen()
{
document.write("<table border=3 cellspacing=10 cellpadding=15> <tr></tr><tr><td width=750 bgcolor=#ff00ff background=images/backmidden.gif ><p>&nbsp;<center><table border=0><tr><td rowspan=2 width=100><img src=images/logo1.gif></td><td>");
Plaat('alg1.jpg','Bedrijf',67,45,'inleiding.htm');
document.write('</td><td>');
Plaat('bo5.jpg','Bodemonderzoek',67,45,'bodemonderzoek.htm');
document.write('</td><td>');
Plaat('bsb1.jpg','Bouwstoffenbesluit',67,45,'bouwstoffenbesluit.htm');
document.write('</td><td>');
Plaat('bs4.jpg','Bodemsanering',67,45,'bodemsanering.htm');
document.write('</td><td>');
Plaat('gws1.jpg','Grondwatersanering',67,45,'grondwatersanering.htm');
document.write("</td></tr><tr><td>");
Plaat('mob1.jpg','Asbest in grond',67,45,'asbestingrond.htm');
document.write('</td><td>');
Plaat('ts3.jpg','Tanksanering',67,45,'tanksanering.htm');
document.write('</td><td>');
Plaat('ir2.jpg','Industriele reiniging',67,45,'industrielereiniging.htm');
document.write('</td><td>');
Plaat('ag1.jpg','Grondbank',67,45,'grondbank.htm');
document.write('</td><td>');
Plaat('mob8.jpg','Ongevallen',67,45,'ongeval.htm');
document.write("</td></tr></table>");
document.write('<marquee border="0" style="color: rgb(255,0,0)" scrolldelay="150">NIEUW Alarmnummer milieu-ongevallenbestrijding [24 uur/dag] 0172-24 00 30</marquee></center>');
}
function almadsluit()
{
document.write('</td></tr><tr><td><B> © Almad Eco B.V. 1998-2005</b> <font size=1>Versie 5.6 januari 2005</font><br>Maatschapslaan 31 &nbsp; 2404 CL&nbsp; Alphen aan den Rijn &nbsp;tel.0172 240030 &nbsp; fax 0172 435490 &nbsp;&nbsp;E-mail&nbsp;<a href="mailto:info@almad.nl">info@almad.nl </a>&nbsp;&nbsp;</td></tr></table>');
}

