// JavaScript Document
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i, j=0, x, a=MM_swapImage.arguments;
  document.MM_sr=new Array;
  for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){
   		document.MM_sr[j++]=x;
   		if(!x.oSrc) x.oSrc=x.src;
		x.src=a[i+2];
		}
}

var OldPic;

function ChangePic (obj, pic) {
var userAgent=navigator.userAgent;
 if (userAgent.indexOf('Netscape') != -1) userAgent = 'NN';
 if (userAgent.indexOf('Opera') != -1) userAgent = 'OP';
 if (userAgent.indexOf('MSIE') != -1) userAgent = 'IE';
 //if (userAgent.indexOf('Mozilla') != -1) userAgent = 'IE';
 
if (userAgent == 'IE') {
	obj.style.filter="RevealTrans(Duration=0.7, Transition=3)";
	if (obj.filters.RevealTrans.status != 2) {
	        obj.filters.RevealTrans.Apply();
		    obj.filters.RevealTrans.Play();
	}
}
obj.src = pic.src.replace ('s.','m.');
}

function ChangePicSrc (obj, new_src) {
var userAgent=navigator.userAgent;
 if (userAgent.indexOf('Netscape') != -1) userAgent = 'NN';
 if (userAgent.indexOf('Opera') != -1) userAgent = 'OP';
 if (userAgent.indexOf('MSIE') != -1) userAgent = 'IE';
 //if (userAgent.indexOf('Mozilla') != -1) userAgent = 'IE';
 
if (userAgent == 'IE') {
	obj.style.filter="RevealTrans(Duration=0.7, Transition=3)";
	if (obj.filters.RevealTrans.status != 2) {
	        obj.filters.RevealTrans.Apply();
		    obj.filters.RevealTrans.Play();
	}
}
obj.src = new_src;
}

function ZoomPic1 (pic, w, h){
w=w+15;
h=h+15;
var ZoomWin = window.open (pic, 'ZoomPic',"width="+w+", height="+h+", menubar=no, location=no, scrollbars=auto, resizable=yes");
ZoomWin.focus();
}

function ZoomPic (pic, w, h){
w=w+25;
h=h+15;
var ZoomWin = window.open ("ZoomPic.htm", 'ZoomPic',"width="+w+", height="+h+", menubar=no, location=no, scrollbars=auto, resizable=yes");

ZoomWin.document.write ('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><title>JetFormula : Zoom Win (click for close)</title></head><body bgcolor="#616161" bottommargin="5px" leftmargin="5px" topmargin="5px" rightmargin="5px"><div align ="center"><img src="'+pic.src.replace ('s.','b.')+'" alt="Кликни, чтобы закрыть окно. Или нажми правую кнупку, что бы сохранить картинку." onClick="window.close();" onMouseOver="this.style.cursor = \'hand\';" onMouseOut="this.style.cursor= \'normal\';"></div></body></html>');

ZoomWin.focus();
ZoomWin.resizeTo(w,h+45);
}

function ZoomBigPic (pic, w, h){
w=800+25;
h=700+15;
var ZoomWin = window.open ("ZoomPic.htm", 'ZoomPic',"width="+w+", height="+h+", menubar=no, location=no, scrollbars=auto, resizable=yes");

ZoomWin.document.write ('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><title>JetFormula : Zoom Win (click for close)</title></head><body bgcolor="#616161" bottommargin="5px" leftmargin="5px" topmargin="5px" rightmargin="5px"><table width="800" border="0" cellspacing="0" cellpadding="0"><tr><td width="800" height="700" align="center" valign="middle"><div align ="center"><img src="'+pic.src.replace ('m.','b.')+'" alt="Кликни, чтобы закрыть окно. Или нажми правую кнупку, что бы сохранить картинку." onClick="window.close();" onMouseOver="this.style.cursor = \'hand\';" onMouseOut="this.style.cursor= \'normal\';"></div></td></tr></table></body></html>');

ZoomWin.focus();
ZoomWin.resizeTo(w,h+45);
}

function ZoomPicOLD (pic, w, h){
var userAgent=navigator.userAgent;
 if (userAgent.indexOf('Netscape') != -1) userAgent = 'NN';
 if (userAgent.indexOf('Opera') != -1) userAgent = 'OP';
 if (userAgent.indexOf('MSIE') != -1) userAgent = 'IE';
 

var ZoomWin = window.open ("ZoomPic.htm", 'ZoomPic',"width="+w+", height="+h+", menubar=no, location=no, scrollbars=auto, resizable=yes");

if (userAgent=='IE'){
if (parent.window.screenLeft-20 >10 && parent.window.screenTop-20>10) {ZoomWin.moveTo (parent.window.screenLeft-20, parent.window.screenTop-20);}
else {ZoomWin.moveTo (parent.window.screenLeft, parent.window.screenTop);}
}

if (userAgent=='NN'){
if (parent.window.screenX-20 >10 && parent.window.screenY-20>10) {ZoomWin.moveTo (parent.window.screenX-20, parent.window.screenY-20);}
else {ZoomWin.moveTo (parent.window.screenX, parent.window.screenY);}
}

ZoomWin.document.write ('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><title>JetFormula : Zoom Win (click for close)</title></head><body bgcolor="#616161" bottommargin="5px" leftmargin="5px" topmargin="5px" rightmargin="5px"><div align ="center"><img src="'+pic.src.replace ('s.','.')+'" alt="Кликни, чтобы закрыть окно. Или нажми правую кнупку, что бы сохранить картинку." onClick="window.close();" onMouseOver="this.style.cursor = \'hand\';" onMouseOut="this.style.cursor= \'normal\';"></div></body></html>');

if (!ZoomWin.closed) {
	ZoomWin.resizeTo(w+25,h+50);
	ZoomWin.focus();
	}
}
