
function showImage(xx,yy,allpath,alt) {
       var imgwin;
       if (imgwin == null || imgwin.closed) {
	imgwin=window.open('about:blank',Math.floor(Math.random()*100)+1,'width='+xx+',height='+yy+',resizable=yes,toolbar=no,scrollbars=yes,menubar=no');
    } else {
            imgwin.document.clear();
    }
	
	imgwin.document.write("<html><head><title>www.met-master.ru</title><script language='JavaScript1.2' src='img.js' ></script><LINK href=Style/style.css type=text/css rel=stylesheet></head><body bgcolor=#EBEBEB><center><img src="+allpath+" border=0 alt=''><br></body></html>");
}
var debug = true;
function right(e) {
  if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
  else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
    alert('Copyright: met-master.ru!');
    return false;
  }

  return true;
}
