elemen_s="<style>.ytd{text-align: left;font-family:tahoma;font-size:11px;color:#757575;line-height:13px;}.ymarg{color:#000000;background-color: #ffffff; width: 160px;}</style><table><tr><td><div class=ymarg>"
+"<span class=cont>Contacts:</span><div>"
+"<hr noshade color=#e6eaed style=margin-top:5px; margin-bottom:7px size=1>"
+"<div style=background-color:#e6eaed; margin-top:5px class=ytd>Stefan cel Mare street, 171/1<br>"
+"Chisinau, Republic of Moldova<br>"
+"tel: /+37322/601-777, 601-776<br>"
+"e-mail: <a href=mailto:info@venetos.md>info@venetos.md</a><br>"
+"<a href=http://venetos.md/venetosimobil>www.venetos.md/venetosimobil</a>"
+"</div></div></div>"
+"</td></tr></table>"
s_width = screen.width;
s_height = screen.height;

el_width=(s_width-766)/2;
el_width+=550;
y_width=800;
el_height=400;
ns4=document.layers
ie4=document.all
ns6=document.getElementById&&!document.all
if (ns4){alert('ns4');document.write('<layer name="elemen" top='+el_height+' left='+el_width+'>'+elemen_s+'</layer>')}
else{document.write('<div id="elemen" style="position:absolute;top:'+el_height+';right:'+el_width+'">'+elemen_s+'</div>')}
el_width_start=el_height_start=0
function el_move(){
if(ie4){ydiff=el_height_start-document.body.scrollTop; xdiff=el_width_start-document.body.scrollLeft}
else{ydiff=el_height_start-pageYOffset; xdiff=el_width_start-pageXOffset}
if(ydiff!=0){movey=Math.round(ydiff/10);el_height_start-=movey}
if(xdiff!=0){movex=Math.round(xdiff/10);el_width_start-=movex}
if(ns4){if (typeof(document.layers.elemen)!='undefined'){document.layers.elemen.top=el_height_start+el_height;document.layers.elemen.right=el_width_start+el_width}}
if(ie4){if (typeof(document.all.elemen)!='undefined'){document.all.elemen.style.top=el_height_start+el_height;document.all.elemen.style.right=el_width_start+el_width}}
if(ns6){document.getElementById("elemen").style.top=el_height_start+el_height;document.getElementById("elemen").style.right=el_width_start+el_width}}
elmove=setInterval("el_move()",20)
