function opp (f, p, w, h) {
// gif je thumbnail a jpg su slike
var pw=window.open('',p,'height='+h+',width='+w);
pw.document.writeln('<html><head><title>Kibid.co.yu</title>');
pw.document.writeln('</head><body>');
pw.document.write('<a href="javascript:self.close()"');
pw.document.write(' onMouseOver="window.status=\'\';return true" onMouseOut="window.status=\'\';return true">');
pw.document.writeln('<img src="'+f+'/'+p+'.jpg" border="0" />');
pw.document.writeln('</a></body></html>');
pw.document.close();
}