var Message="<<<    Www.Teherfuvar.eu    <<<                                                                                     Költöztetés, Fuvarozás, Rakódás, Csomagolás, Áruszállítás, Festés, Mázolás, Felújítás, Asztalos munkák, Bútorkészítés, Burkolás    <<<";
var place=1;
function scrollIn() {
window.status=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollOut()",100); 
} else {
place++;
window.setTimeout("scrollIn()",200); 
   } 
}
function scrollOut() {
window.status=Message.substring(place, Message.length);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollIn()", 100);
} else {
place++;
window.setTimeout("scrollOut()", 100);
   }
}
scrollIn()
function d(id){ 
window.open('/ures.htm?n='+id,'Operate','toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=-1,resizable=1,width=650,height=550');
}

