 var shru=encodeURIComponent(location.href);
 var shrt=encodeURIComponent(document.title);

function share_iwiw () {
  newwindow=window.open('http://iwiw.hu/pages/share/share.jsp?u='+shru+'&t='+shrt+'', 'iwiwshare', 'resizable=1, scrollbars=1, toolbar=0, menubar=0, width=600, height=400');
  if (window.focus) {newwindow.focus()}
return false;
}

function share_facebook () {
  newwindow=window.open('http://www.facebook.com/sharer.php?u='+shru+'&t='+shrt+'', 'facebookshare', 'resizable=1, scrollbars=1, toolbar=0, menubar=0, width=600, height=400');
  if (window.focus) {newwindow.focus()}
return false;
}

function share_twitter () {
  newwindow=window.open('http://twitter.com/home?status='+shrt+' '+shru, 'twittershare', 'resizable=1, scrollbars=1, toolbar=0, menubar=0, width=600, height=400');
  if (window.focus) {newwindow.focus()}
return false;
}

function share_tumblr () {
  newwindow=window.open('http://www.tumblr.com/share?v=3&u='+shru+'&t='+shrt+'', 'tumblrshare', 'resizable=1, scrollbars=1, toolbar=0, menubar=0, width=600, height=400');
  if (window.focus) {newwindow.focus()}
return false;
}

function share_startlap () {
  newwindow=window.open('http://www.startlap.hu/sajat_linkek/addlink.php?url='+shru+'&title='+shrt);
  if (window.focus) {newwindow.focus()}
return false;
}


