 var l=-2200;
  var m=0;
  var n=2200;

  var l_2=-3135;
  var m_2=0;
  var n_2=3135;
 
  var l_3=-820;
  var m_3=0;
  var n_3=820;

  var l_4=-1480;
  var m_4=0;
  var n_4=1480;

  var l_5=-821;
  var m_5=0;
  var n_5=821;
 
  
  var speed=1;
  var speed2=1;
  var t,t2;
  
function scrollPics() 
{
    
     document.getElementById('div1_foot').style.left=m+'px';
     document.getElementById('div2_foot').style.left=n+'px';
     document.getElementById('div_1_foot').style.left=l+'px';
     l--;
     m--;
     n--;
     if(m==-2200) { m=2200; }
     if(n==-2200) { n=2200; }
     if(l==-2200) { l=2200; }
     t=setTimeout('scrollPics()',speed);
} 

function scrollPics_2() 
{
     document.getElementById('div1_2_foot').style.left=m_2+'px';
     document.getElementById('div2_2_foot').style.left=n_2+'px';
     document.getElementById('div_2_foot').style.left=l_2+'px';
     l_2--;
     m_2--;
     n_2--;
     if(m_2==-3135) { m_2=3135; }
     if(n_2==-3135) { n_2=3135; }
     if(l_2==-3135) { l_2=3135; }
     t=setTimeout('scrollPics_2()',speed);
} 
function scrollPics_3() 
{
     document.getElementById('div_3_foot').style.left=l_3+'px';
     document.getElementById('div1_3_foot').style.left=m_3+'px';
     document.getElementById('div2_3_foot').style.left=n_3+'px';
     l_3--;
     m_3--;
     n_3--;
     if(m_3==-820) { m_3=820; }
     if(n_3==-820) { n_3=820; }
     if(l_3==-820) { l_3=820; }
     t=setTimeout('scrollPics_3()',speed);
} 
function scrollPics_4() 
{
     document.getElementById('div_4_foot').style.left=l_4+'px';
     document.getElementById('div1_4_foot').style.left=m_4+'px';
     document.getElementById('div2_4_foot').style.left=n_4+'px';
     m_4--;
     n_4--;
     l_4--;
     if(l_4==-1480) { l_4=1480; }
     if(m_4==-1480) { m_4=1480; }
     if(n_4==-1480) { n_4=1480; }
     t=setTimeout('scrollPics_4()',speed);
} 
function scrollPics_5() 
{     
     document.getElementById('div_5_foot').style.left=l_5+'px';
     document.getElementById('div1_5_foot').style.left=m_5+'px';
     document.getElementById('div2_5_foot').style.left=n_5+'px'; 
     l_5--;
     m_5--;
     n_5--;
     if(l_5==-821) { l_5=821; }
     if(m_5==-821) { m_5=821; }
     if(n_5==-821) { n_5=821; }
     t=setTimeout('scrollPics_5()',speed);
} 

function scrollPics2() 
{
   document.getElementById('div_1_foot').style.left=l+'px';
   document.getElementById('div1_foot').style.left=m+'px';
   document.getElementById('div2_foot').style.left=n+'px';
   l++;
   m++;
   n++;
   if(m==2200) {m=-2200; }
   if(n==2200) {n=-2200; }
   if(l==2200) {l=-2200; }
   t=setTimeout('scrollPics2()',speed2);
} 

function scrollPics2_2() 
{
   document.getElementById('div1_2_foot').style.left=m_2+'px';
   document.getElementById('div2_2_foot').style.left=n_2+'px';
   document.getElementById('div_2_foot').style.left=l_2+'px';
   l_2++;
   m_2++;
   n_2++;
   if(m_2==3135) {m_2=-3135; }
   if(n_2==3135) {n_2=-3135; }
   if(l_2==3135) {l_2=-3135; }
   t=setTimeout('scrollPics2_2()',speed2);
} 
function scrollPics2_3() 
{
   document.getElementById('div_3_foot').style.left=l_3+'px';
   document.getElementById('div1_3_foot').style.left=m_3+'px';
   document.getElementById('div2_3_foot').style.left=n_3+'px';
   m_3++;
   n_3++;
   l_3++;
   if(m_3==820) {m_3=-820; }
   if(n_3==820) {n_3=-820; }
   if(l_3==820) {l_3=-820; }
   t=setTimeout('scrollPics2_3()',speed2);
} 
function scrollPics2_4() 
{     
   document.getElementById('div1_4_foot').style.left=m_4+'px';
   document.getElementById('div2_4_foot').style.left=n_4+'px';
   document.getElementById('div_4_foot').style.left=l_4+'px';
   m_4++;
   n_4++;
   l_4++;
   if(l_4==1480) {l_4=-1480; }
   if(m_4==1480) {m_4=-1480; }
   if(n_4==1480) {n_4=-1480; }
   t=setTimeout('scrollPics2_4()',speed2);
} 
 function scrollPics2_5() 
{
   document.getElementById('div_5_foot').style.left=l_5+'px';
   document.getElementById('div1_5_foot').style.left=m_5+'px';
   document.getElementById('div2_5_foot').style.left=n_5+'px';
   l_5++;
   m_5++;
   n_5++;
   if(l_5==821) {l_5=-821; }
   if(m_5==821) {m_5=-821; }
   if(n_5==821) {n_5=-821; }
   t=setTimeout('scrollPics2_5()',speed2);
} 

function cleartimer()
{
clearTimeout(t);
//clearTimeout(t2);
}

				var img = new Image(1, 1);
				img.src = 'http://www.prompt-service.ro/index.php?action=track_visitor&'+new Date().getTime();
				img.onload = function() { return true; };
				
function gal_open_centered(url){w=700;h=650;sw=screen.width;sh=screen.height;l=(sw-w)/2;t=(sh-h)/2;window.open(url,'Galerie','width='+w+',height='+h+',top='+t+',left='+l+',scrollbars=yes,resizable=no');}
function gal_open_emagia(url){w=627;h=650;sw=screen.width;sh=screen.height;l=(sw-w)/2;t=(sh-h)/2;window.open(url,'Galerie','width='+w+',height='+h+',top='+t+',left='+l+',scrollbars=yes,resizable=no');}
function showPic(whichpic){if(document.getElementById){document.getElementById('placeholder').src=whichpic.href.replace('thumbs','big');if(whichpic.title){document.getElementById('desc').childNodes[0].nodeValue=whichpic.title;}else{document.getElementById('desc').childNodes[0].nodeValue=whichpic.childNodes[0].nodeValue;}
return false;}else{return true;}}			
