function popup(img) {
var newWindow=window.open('', 'kep', ' width=100,height=100');
newWindow.focus();

	newimg=img.replace(/kepek_tn/i, "kepek");

newWindow.document.write("<HTML>")
newWindow.document.write("<TITLE>:: R*I*V*A*N NOVA ::</TITLE>")
newWindow.document.write("<BODY style='background: #fff; margin: 0px;'>")
newWindow.document.write("<a href=# onClick='self.close();return false;'>")
newWindow.document.write("<img src='"+newimg+"' name='kep' style='position: absolute; left: 0; top: 0; z-index: 1' alt='Bezár' border=0 onLoad='window.resizeTo(this.width+10,this.height+48)' >")
newWindow.document.write("</a>")
newWindow.document.write("</BODY>")
newWindow.document.write("</HTML>")
}

