<!--

var stops   = 700;  
var normal = 90;      
var speed  = 10;


/*********************************************************************/
  
 function zmien(num,nsrc)
          {
          	
	         tunsrc = nsrc ;          
            podmien = document.getElementById("pokaz");	        
            podmien.src = " " + tunsrc;          
 
            }
            
/**************************************************************
function zmien(num,nsrc)
          {
                   
          	ident = 'f' + num;  
				tunsrc = nsrc ;      
            podmien = document.getElementById(ident);	 
				podmien.src = " " + tunsrc;          
          	rozmiar = parseInt(podmien.style.width);	
          
            if ( rozmiar < 420 )
				     {	    
				     	      podmien.style.width = stops;
                 }          
                 
          	if ( rozmiar > 440 ) 
				     { 		   	     
					         podmien.style.width = normal;
                 }
			 } *******/
-->