<!-- Hide from None Javascript Browsers

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 hivfix2(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 hiv(kep,x,y,cim) {
 txt='width='+x+',height='+y;
 uj = window.open('','',txt);
 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="'+x+'" height="'+y+'">';
 uj.document.write(txt2);
 uj.document.title=cim;
}
function statuszsor(){
szoveg="Rózsakő Borpince és Étterem Badacsony - badacsony@rozsako-pince.hu ";
window.status=szoveg.substring();
setTimeout("statuszsor()",100);
}
statuszsor();