var div_name="slider_projects_5a775"; var msg1='FORESTLAB - Modernizarea şi extinderea infrastructurii laboratoarelor pentru studiul şi monitorizarea ecosistemelor forestiere
PADUREA VIRGINA DE FAG NERA SI GESTIONAREA FAGETELOR DIN REGIUNEA VALONA
EFECTELE PE TERMEN LUNG ALE POLUARII ATMOSFERICE ASUPRA ECOSISTEMELOR FORESTIERE DIN PARCUL NATURAL BUCEGI - EPAEFOR
Programul - Cercetare de Excelenta (CEEX)
Management and action plan for the bear population in Romania (EN)
Strategia in domeniul cinegetic din RomaniaLIFE-Nature Pietrosul Project
Actiuni FutMon in Romania
FutMon Project Status in Romania
';var swidth1=400
var sheight1=96;
var sbcolor1='';
var sspeed1=2;
var resumesspeed1=sspeed1;
function start1() {
if (document.all) iemarquee1(document.getElementById(div_name));
else if (document.getElementById)
ns6marquee1(document.getElementById(div_name));
}
function iemarquee1(whichdiv1){
iediv1=eval(whichdiv1);
sheight1 += 50;
iediv1.style.pixelTop=sheight1;
iediv1.innerHTML=msg1 ;
sizeup1=iediv1.offsetHeight;
ieslide1()
}
function ieslide1(){
if (iediv1.style.pixelTop>=sizeup1*(-1)){
iediv1.style.pixelTop-=sspeed1;
setTimeout("ieslide1()",70);
}
else{
iediv1.style.pixelTop=sheight1;
ieslide1();
}
}
function ns6marquee1(whichdiv1){
ns6div1=eval(whichdiv1);
sheight1 += 50;
ns6div1.style.top=sheight1 + "px";
ns6div1.innerHTML=msg1;
sizeup1=ns6div1.offsetHeight;
ns6slide1();
}
function ns6slide1(){
if (parseInt(ns6div1.style.top)>=sizeup1*(-1)){
theTop1 = parseInt(ns6div1.style.top)-sspeed1;
ns6div1.style.top = theTop1 + "px";
setTimeout("ns6slide1()",70);
}
else {
ns6div1.style.top = sheight1 + "px";
ns6slide1();
}
}
document.write("