function hivfix(kep,cim) {
 uj = window.open('','','width=600,height=450');
 uj.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
 uj.document.write('<body leftMargin=0 topMargin=0></body>');
 txt2= '<img src="'+kep+'" '+'width="600" height="450">';
 uj.document.write(txt2);
 uj.document.title=cim;
}
function statuszsor(){
szoveg="InforMan Számítástechnika - Tel.: 06-30/281-0911 - info@informan.hu";
window.status=szoveg.substring(0,szoveg.length);
setTimeout("statuszsor()",100);
}
statuszsor();