<!--//
function showpic(pic, w, h, tit) {
	pw=window.open('', 'pw', 'height='+h+28+',width='+w+6+',screenX=50,screenY=50,top=50,left=50,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
	if(!tit) tit='Картинка';
	buf = '<html><head><title>'+tit+'</title></head><body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><a href=# onClick=self.close()><img src='+pic+' alt="Щелкните на картинке, чтобы закрыть окно" border=0></a></body></html>'
	pw.document.write(buf);
	pw.document.close();
	pw.resizeTo(w+6, h+28);
	pw.focus();
}

// Preloader 
  a1=new Image; a1.src="images/buttons/61_over.jpg";
  a2=new Image; a2.src="images/buttons/73_over.jpg";
  a3=new Image; a3.src="images/buttons/92_over.jpg";
//-->

function showdesc(file, w, h) {
	dw=window.open(file, 'dw', 'height='+h+',width='+w+',screenX=50,screenY=50,top=50,left=50,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
	dw.resizeTo(w, h);
	dw.focus();
}
function big(name) {
	showdesc('upload/images/lib2/' + name+'b.gif', 400,400);
//	this.iname=name;
//	popup = window.open("", ""+this.iname+"", 'scrollbars=no,status=no,width=400,height=400');
//	popup.document.write("<html><head><title>Увеличенная модель</title></head><body><table width=100% height=100% cellspacing=1 cellpadding=5 border=0><tr><td align=center valign=center><img src=http://taiscom.ru/img/"+this.iname+"b.gif></td></tr><tr><td height=25 align=right><p style=\"font-size: 10pt\"><a href=\"javascript:self.close();\"><img src=\"http://taiscom.ru/img/products/close.gif\" width=\"68\" height=\"11\" border=\"0\"></a></td></tr></table></body></html>");
//	popup.document.close();
}

