function popPicture() {

  if( this.imgWin ) imgWin.close();
  imgWin = window.open( "", "image_pop_window", "width=300,height=200, left=YES, top=YES" );

  var text = '\
<html>\
  <head>\
    <title>Specificatii tehnice</title>\
    <link rel="stylesheet" type="text/css" href="../style.css">\
  </head>\
  <body bgcolor="#ffffff">\
    <center>\
	<br />\
	<br />\
<h4>Pentru o vizualizare optima a acestei pagini de internet recomandam <br />\
browser-ul "Internet Explorer 6" <br />\
si o rezolutie de 1024x800</h4>\
    </center>\
  </body>\
</html>';

  imgWin.document.write( text );
  return false;
}