	function browselink (strLink){
		window.navigate(strLink)
	}
   
	function newWindow (strLink, w, h, sParam){
		if (sParam != '')
			window.open(strLink, "wLink", sParam + ", width=" + w + ", resizable=1, location=0, menubar =0, status=0, toolbar=0")
		else
			window.open(strLink, "wLink", "width=" + w + ", height=" + h + ", resizable=1, scrollbars=1, location=0, menubar =0, status=0, toolbar=0")
	}
function contactus(sMailAddress){
window.open("mailto:" + sMailAddress)
}
function strelkaVpered()
{
	
	imia=document.location.pathname;
	var j;
	var i;
	razmer=imia.length;	

	for(i=razmer-6;i>razmer-8;i--)
	{
		reg1=/\d/;
		simvol=imia.charAt(i);
		res=reg1.test(simvol);
	
		if(res)
		{
			if(j!=1){
				chislo=simvol;
				j=1;
				k=chislo;
			}else{
				chislo=simvol*10+k;
				j=0;
				k=0;
			}
		}
		
	};

	chislo++;

	reg2=/\B_\d+.html/i;
	novoeChislo='_'+chislo+'.html';
	
    novoeImia=imia.replace(reg2,novoeChislo);
	
	document.location=novoeImia;
}
function strelkaNazad()
{
	
	
	imia=document.location.pathname;
	var j;
	razmer=imia.length;	

	for(i=razmer-6;i>razmer-8;i--)
	{
		reg1=/\d/;
		simvol=imia.charAt(i);
		res=reg1.test(simvol);
	
		if(res)
		{
			if(j!=1){
				chislo=simvol;
				j=1;
				k=chislo;
			}else{
				chislo=simvol*10+k;
				j=0;
				k=0;
			}
		}
		
	};

	chislo--;
	
	reg2=/\B_\d+.html/i;
	novoeChislo='_'+chislo+'.html';
	
    novoeImia=imia.replace(reg2,novoeChislo);
	
	document.location=novoeImia;
}
function Over(n){
	document.images[n].src="images/"+n+"_on.png";
	}
function Out(n){
	document.images[n].src="images/"+n+".gif";
}