function adresa(){
document.write('VB CENTAR &nbsp; <br>');
document.write('Radnička cesta 1a &nbsp; <br>');
document.write('10000 Zagreb &nbsp; <br>');
document.write('tel. +385 (1) 619 40 30 &nbsp; <br>');
document.write('+385 (1) 619 40 40 &nbsp; <br>');
document.write('fax. +385 (1) 618 45 92 &nbsp; ');
}

function topmenu(){
document.write('<td width="140" bgcolor="#f1f7f2" height="43"></td><td class="topmenu" background="images/tablet2.jpg" >');
document.write('<a class=menu href="index.html">naslovnica </a><a class="menudiv">&nbsp;<a class="menudiv">|</a>&nbsp;</a> ');
document.write('<a class=menu href="o_nama.html">o nama</a> <a class="menudiv">&nbsp;<a class="menudiv">|</a>&nbsp;</a> ');
document.write('<a class=menu href="zastita_okolisa.html">zaštita okoliša</a> <a class="menudiv">&nbsp;<a class="menudiv">|</a>&nbsp;</a> ');
document.write('<a class=menu href="certifikati.html">certifikati</a> <a class="menudiv">&nbsp;<a class="menudiv">|</a>&nbsp;</a> ');
document.write('<a class=menu href="reference.html">reference</a> <a class="menudiv">&nbsp;<a class="menudiv">|</a>&nbsp;</a> ');
document.write('<a class=menu href="cjenik.html">cjenik</a> <a class="menudiv">&nbsp;<a class="menudiv">|</a>&nbsp;</a> ');
document.write('<a class=menu href="kontakt.html">kontakt</a> ');
document.write('</td>');
}

function leftmenu(){
document.write('<table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff">');
document.write('<tr><td width="140"><img height=42 src="images/program.jpg" width=140 border=0></td></tr>');
document.write('<tr><td width="140" height="10"></td></tr>');
document.write('<tr><td width="140" height="32"><a href="fusiolen.html"><img height=32 src="images/arrow_fusiolen.jpg" width=18 border=0 name=fusiolena><img height=32 src="images/fusiolen.jpg" width=122 border=0 name=fusiolenb></a> </td></tr>');
document.write('<tr><td width="140" height="10"></td></tr>');
document.write('<tr><td width="140" height="32"><a href="fusiotherm.html"><img height=32 src="images/arrow_fusiotherm.jpg" width=18 border=0 name=fusiotherma><img height=32 src="images/fusiotherm.jpg" width=122 border=0 name=fusiothermb></a> </td></tr>');
document.write('<tr><td width="140" height="10"></td></tr>');
document.write('<tr><td width="140" height="32"><a href="clima.html"><img height=32 src="images/arrow_clima.jpg" width=18 border=0 name=climaa><img height=32 src="images/clima.jpg" width=122 border=0 name=climab></a> </td></tr>');
document.write('<tr><td width="140" height="10"></td></tr>');
document.write('<tr><td width="140" height="32"><a href="fire.html"><img name="firea" border="0" src="images/arrow_fire.jpg" width="18" height="32"><img name="fireb" border="0" src="images/fire.jpg" width="122" height="32"></a> </td></tr>');
document.write('<tr><td width="140" height="10"></td></tr>');
document.write('<tr><td width="140" height="32"><a href="climasystem.html"><img height=32 src="images/arrow_sht.jpg" width=18 border=0 name=shta><img height=32 src="images/climasystem.jpg" width=122 border=0 name=shtb></a> </td></tr>');
document.write('<tr><td width="140" height="10"></td></tr>');
document.write('<tr><td width="140" height="32"><a href="aqua.html"><img height=31 src="images/arrow_aqua.jpg" width=18 border=0 name=aquaa><img height=31 src="images/aqua.jpg" width=122 border=0 name=aquab></a> </td></tr>');
document.write('<tr><td width="140" height="10"></td></tr>');
document.write('<tr><td width="140" height="3" bgcolor="#C6E2C9"></td></tr>');
document.write('<tr><td width="140" height="70" bgcolor="#C6E2C9"><center>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" id="greenpeace" width="132" height="70">');
document.write('        <param name="movie" value="greenpeace1.swf">');
document.write('        <param name="bgcolor" value="#C6E2C9">');
document.write('        <param name="quality" value="high">');
document.write('        <param name="allowscriptaccess" value="samedomain">');
document.write('        <embed');
document.write('          type="application/x-shockwave-flash" ');
document.write('          pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" ');
document.write('          name="greenpeace" ');
document.write('          width="132" height="70" ');
document.write('          src="greenpeace1.swf" ');
document.write('          bgcolor="#FFFFFF" ');
document.write('          quality="high" ');
document.write('          allowscriptaccess="samedomain" ');
document.write('        >');
document.write('        </embed>');
document.write('      </object>');
document.write('</center></td></tr>');
document.write('</table>');
}

function footer(){
	document.write('  <table border="0" width="750" cellpadding="0" cellspacing="0" height="12">');
	document.write('  <tr>');
	document.write('      <td class="footer" width="140" height="12"></td>');
	document.write('      <td class="footer" height="12" align="middle" >Sva prava pridržana. © aqt d.o.o. 2008.</td>');
	document.write('  </tr>');
	document.write('  </table>');
}

function popupWindow(url, w, h) {
  w = w + 20;
  h = h + 24;
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+w+',height='+h+',screenX=100,screenY=100,top=100,left=100')
}