function hivfix(kep,cim) {
 uj = window.open('','','width=640,height=520');
 uj.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
 uj.document.write('<link href="floraqua.css" rel="stylesheet" type="text/css">');
 uj.document.write('<body leftMargin=0 topMargin=0 bgcolor=#8FBBF5></body>');
 txt2= '<img src="'+kep+'" '+'width="640" height="480">';
 uj.document.write(txt2);
 uj.document.title=cim;
 uj.document.write('<table width="580" height="40" border="0" cellspacing="0" cellpadding="0" align="center"');
 uj.document.write('<tr>');
 txt2= '<td><p class="txt_c">'+cim+'</p></td>';
 uj.document.write(txt2);
 uj.document.write('</tr>');
 uj.document.write('</table>');
}

function hivfix2(kep,cim) {
 uj = window.open('','','width=480,height=680');
 uj.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
 uj.document.write('<link href="floraqua.css" rel="stylesheet" type="text/css">');
 uj.document.write('<body leftMargin=0 topMargin=0 bgcolor=#8FBBF5></body>');
 txt2= '<img src="'+kep+'" '+'width="480" height="640">';
 uj.document.write(txt2);
 uj.document.title=cim;
 uj.document.write('<table width="440" height="40" border="0" cellspacing="0" cellpadding="0" align="center"');
 uj.document.write('<tr>');
 txt2= '<td><p class="txt_c">'+cim+'</p></td>';
 uj.document.write(txt2);
 uj.document.write('</tr>');
 uj.document.write('</table>');
}

function hivfixOLD(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 hivfix2OLD(kep,cim) {
 uj = window.open('','','width=450,height=600');
 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="450" height="600">';
 uj.document.write(txt2);
 uj.document.title=cim;
}

function hivfix3(kep,cim) {
 uj = window.open('','','width=600,height=400');
 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 hivfix4(kep,cim) {
 uj = window.open('','','width=400,height=600');
 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="450" height="600">';
 uj.document.write(txt2);
 uj.document.title=cim;
}

function statuszsor(){
szoveg="Emilia Apartman, 8253-Révfülöp, Csárda u 10. - Tel.: 06-87/464-393";
window.status=szoveg.substring(0,szoveg.length);
setTimeout("statuszsor()",100);
}
statuszsor();
