function twitter(url, text)
 {
  window.open('http://twitter.com/share?text='+encodeURIComponent(text)+'&amp;url='+encodeURIComponent(url)+'&amp;via=KnightFrankRu', 'twiwin','toolbar=0,status=0,width=800,height=600');
 }


function fbshare(url, text)
 {
  window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(url)+'&amp;t='+encodeURIComponent(url), 'sharer','toolbar=0,status=0,width=626,height=436');
 }

