<!--//


function openWin( location, width, height ){
        gallery=window.open('','galery',        'resizable=no,scrollbars=no,status=1,width='+(width+22)+',height='+(height+38) );
        gallery.document.open();
        tekst=""
        tekst+="<html><head><META HTTP-EQUIV='Page-Enter' CONTENT='filter:RevealTrans(Duration=2.000, Transition=12)'><title>"
        tekst+="Dropbears.com</title></head><body bgcolor='#692321' Link='#000040'>"
        tekst+="<TABLE width=100% height=100% BORDER=0 CELLSPACING=0>"
        tekst+="<TR><TD ALIGN=Center VALIGN=top>"
        tekst+="<a href='JavaScript:self.close();'>"
        tekst+="<img "
        tekst+="width="+width+" "
        tekst+="height="+height+" "
        tekst+="src="+location+" border=1 alt='Click image to close this window'>"
        tekst+="</a></TD></TR></TABLE>"
        tekst+="<font face='arial','arial narrow','arial', 'helvetica' size=2 ><center></center>"
        tekst+="</body></html>"
        gallery.document.write(tekst);
        gallery.document.close();
        gallery.document.onload=gallery.focus()
}

//-->
