levypruh = "<a href='http://www.nzservis.cz/www/portlink/index.html'><img src='http://www.nzservis.cz/www/images/r_portlink.gif' alt='PortLink' width='140' height='34' border='0'></a><br/><img src='http://www.nzservis.cz/www/images/doted.gif' alt='' width='140' height='15' border='0'><br/><a href='http://www.celnice.cz/forum'><img src='http://www.nzservis.cz/www/images/diskuzni_forum_140x40.gif' alt='Diskuzní fórum' width='140' height='40' border='0'></a><br/><img src='http://www.nzservis.cz/www/images/doted.gif' alt='' width='140' height='15' border='0'><br/><a href='http://www.nzservis.cz/www/webhosting.html'><img src='http://www.nzservis.cz/www/images/webhosting_140x61.gif' alt='Webhosting' width='140' height='61' border='0'></a><br/><img src='http://www.nzservis.cz/www/images/doted.gif' alt='' width='140' height='15' border='0'><br/><a href='http://www.nzservis.cz/www/kariera.html'><img src='http://www.nzservis.cz/www/images/kariera.gif' alt='' width='140' height='40' border='0'></a><br/><img src='http://www.nzservis.cz/www/images/doted.gif' alt='' width='140' height='15' border='0'><br/><a href=\"javascript:image('http://www.nzservis.cz/www/images/certifikaty/ms_partner.jpg',600,825)\"><img src='http://www.nzservis.cz/www/images/ms_gold_partner.gif' alt='Microsoft Gold certified partner' title='Microsoft Gold Certified Partner' width='140' height='65' border='0' style='margin-top:15px'></a><br/><a href='http://www.nzservis.cz/www/dell_partner.html'><img src='http://www.nzservis.cz/www/images/dell_partner.gif' alt='Dell Partner' title='Autorizovaný dodavatel Dell Computers pro středočeský kraj' width='140' height='64' border='0' style='margin-top:15px'></a><br/><a href='http://www.nzservis.cz/www/datove_schranky.html'><img src='http://www.nzservis.cz/www/images/datove_schranky_logo.gif' alt='Software rpo datové schránky' title='Autorizovaný software pro datové schránky' width='140' height='40' border='0' style='margin-top:15px'></a>";
function levy_pruh() {
		document.getElementById("levy").innerHTML = levypruh;		
}

function image($url,$w,$h) {
no=window.open("","obrazek","menubar=0,toolbar=0,location=0,directories=0,status=0,resizable=0,scrollbars=0,width="+($w+20)+",height="+($h+20));
with(no.document) {
  open();
  writeln('<html>\n<body>');
  writeln('<a href="javascript:window.close()"><img src="'+$url+'" border="0"></a>');
  writeln('</body>\n</html>');
  close();
  //focus();
}
}