
browserr = new BrowserCheck();
	//initMouse();


function BrowserCheck() {
	var b = navigator.appName
	if (b=="Netscape") this.b = "ns"
	else if (b=="Microsoft Internet Explorer") this.b = "ie"
	else this.b = b
	this.v = parseInt(navigator.appVersion)
	this.ns = (this.b=="ns" && this.v>=4)
	this.ns4 = (this.b=="ns" && this.v==4)
	this.ns5 = (this.b=="ns" && this.v==5)
	this.ie = (this.b=="ie" && this.v>=4)
	this.ie4 = (navigator.userAgent.indexOf('MSIE 4')>0)
	this.ie5 = (navigator.userAgent.indexOf('MSIE 5')>0)
	if (this.ie5) this.v = 5
	this.min = (this.ns||this.ie)
}



/////////////////////////////////////////////////////////////////////////////////////

	 
  function show1(where,what){
	  if (document.images!=null){
		document.images[where].src='/i/l-nav/' + what + '.gif';
	  }
  }  
	 
  function show2(where,what){
	  if (document.images!=null){
		document.images[where].src='/i/t-nav/' + what + '.gif';
	  }
  } 

	 
  function showBigPic(what,pname, ptext, pdescr){
	  if (document.images!=null){
		document.images['bigpic'].src=what;
	  }
	  document.getElementById('tname').value = pname;
	  document.getElementById('ttext').value = ptext;
	  document.getElementById('tdescr').innerHTML = pdescr;
	  document.getElementById('bigpica').href=what.replace('.', '-b.');
  } 
	 
  function showBigPic1(what,pname, ptext, pdescr){
	  if (document.images!=null){
		document.images['bigpic'].src=what;
	  }
	  document.getElementById('tname').value = pname;
	  document.getElementById('ttext').value = ptext;
	  document.getElementById('tdescr').innerHTML = pdescr;
  } 
    
  function doAdress(num){
  	for(i=0; i<7; i++){
		if(i==num){
			document.getElementById('div' +i).style.display='block';
		}
		else {
			document.getElementById('div' +i).style.display='none';
		}
	}
  
  }
  
  function doAdress1(num){
  	for(i=0; i<4; i++){
		if(i==num){
			document.getElementById('div' +i).style.display='block';
			document.getElementById('divH' +i).className='t4a2';
		}
		else {
			document.getElementById('div' +i).style.display='none';
			document.getElementById('divH' +i).className='t4a3';
		}
	}
  
  }

    
window.onerror=null;
function bF(src, w, h) {

  var winParam = 'scrollbars=yes, width=' + w + ', height=' + h + ', location=no, toolbar=no, directories=no, status=no ,menubar=no, resizable=no, screenX=0,screenY=0, top=0, left=0';    
   var wer = Math.random();
  wer = wer*10000;
  wer = Math.round(wer); 
  
  var name = 'nm' + wer;
  subs=window.open(src, name, winParam);

		  }

var divVar = 0;
