function showShare(id) {
	document.getElementById('share_' + id).style.display = 'block';
}

function hideShare(id) {
	document.getElementById('share_' + id).style.display = 'none';
}

function showSharePopup() {
	$.modal("<div class=\"sharePopup\"><h1>Deel met je vrienden</h1><p>Gebruik social media om deze prijsvraag met jouw vrienden te delen. Kies uit Twitter, Facebook en Hyves:</p><iframe src=\"http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.alleprijsvragen.nl&amp;send=false&amp;layout=box_count&amp;width=100&amp;show_faces=true&amp;action=recommend&amp;colorscheme=light&amp;font=arial&amp;height=90\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:100px; height:90px; margin-top:15px; float: left; margin-left: 34px;\" allowTransparency=\"true\"></iframe> <div style=\"float: left; margin-left: 10px; margin-top: 15px;\"><a href=\"https://twitter.com/share\" class=\"twitter-share-button\" data-url=\"http://www.alleprijsvragen.nl\" data-text=\"Speel ook mee met deze leuke prijsvraag die ik vond op AllePrijsvragen.nl!\" data-count=\"vertical\" data-lang=\"nl\">Tweeten</a><script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script></div><iframe src=\"http://www.hyves.nl/respect/button?url=http%3A%2F%2Fwww.alleprijsvragen.nl&counterStyle=vertical\" style=\"border: medium none; overflow:hidden; width:70px; height:80px; float: left; margin-top: 15px; margin-left: 30px;\" scrolling=\"no\" frameborder=\"0\"></iframe><div style=\"clear: both;\"></div></div>");
}
