function ShowImg(pic,w,h){
	path=pic;
	newWin=window.open(path,"","toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h+",top=50,left=100");
  	newWin.document.open();
	newWin.document.writeln('<html><head><title>Петроталл</title>');
	newWin.document.writeln('');
	newWin.document.writeln('</head><body bgcolor="white" onKeyDown="if(window.event.keyCode==27){window.close();};"><table align="center" valign="middle"><tr><td><img src="'+path+'" style="position:absolute; left:0; top:0"></td></tr></table></body></html>');
	newWin.document.close();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
