var sharePickerDivID="sharepicker";var iFrameDivID="sharepickeriframe";function show(c,e){var d=document.getElementsByName(c).item(0);if(!e){e=d}var a=e.offsetLeft;var f=e.offsetTop+e.offsetHeight;var b=e;while(b.offsetParent){b=b.offsetParent;a+=b.offsetLeft;f+=b.offsetTop}drawSharePicker(d,a,f)}function close(a){setTimeout("hidemenu(targetName)",488)}function hidemenu(b){var a=document.getElementByName(b);a.style.dispaly="none";return false}function drawSharePicker(c,a,e){if(!document.getElementById(sharePickerDivID)){var b=document.createElement("div");b.setAttribute("id",sharePickerDivID);b.setAttribute("class","dpDiv");b.setAttribute("style","visibility: hidden;");document.body.appendChild(b)}var d=document.getElementById(sharePickerDivID);d.style.position="absolute";d.style.left=(a+4)+"px";d.style.top=(e+20)+"px";d.style.visibility=(d.style.visibility=="visible"?"hidden":"visible");d.style.display=(d.style.display=="block"?"none":"block");d.style.zIndex=10000;refreshSharePicker(c.name)}function refreshSharePicker(f){var k="\r\n";var i="<table class='dpTable' border='0' cellpadding='0' cellspacing='0'>";var e="</table>"+k;var a="<tr class='dpTR'>";var d="<tr class='dpTitleTR'>";var c="</tr>"+k;var h="<td align='left'>";var b="<td align='right'>";var j="</td>"+k;var g="";g+=i;g+=a;g+="<td><img src='/_layouts/images/destinationoakland/sharetop.gif'><td/>";g+="</tr>";g+=d;g+=b+"<a style='padding-right:10px;' onClick='updateTargetField(\""+f+"\");'>Close</a>"+j;g+=c;g+=d;g+=h+'<a style="text-decoration:none;border-width:0"  href="http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'" target="_blank">&nbsp;<img border=0 src="/_layouts/images/DestinationOakland/digg_icon.gif" alt="Digg" width="17" height="14">&nbsp; Digg</a>'+j;g+=c;g+=d;g+=h+'<a style="text-decoration:none;border-width:0"  href="http://www.facebook.com/share.php?u='+encodeURIComponent(location.href)+'" target="_blank">&nbsp;<img border=0 src="/_layouts/images/DestinationOakland/facebook_icon.gif" alt="Facebook" width="17" height="14">&nbsp; Facebook</a>'+j;g+=c;g+=d;g+=h+'<a style="text-decoration:none;border-width:0"  href="http://del.icio.us/post?v=4&partner=oakgov&noui&jump=close&url='+encodeURIComponent(location.href)+'" target="_blank">&nbsp;<img border=0 src="/_layouts/images/DestinationOakland/delicious_icon.gif" alt="" width="16" height="16">&nbsp; del.icio.us</a>'+j;g+=c;g+=d;g+=h+'<a style="text-decoration:none;border-width:0"  href="http://reddit.com/submit?url='+encodeURIComponent(location.href)+'" target="_blank">&nbsp;<img border=0 src="/_layouts/images/DestinationOakland/reddit_icon.gif" alt="reddit" width="17" height="16">&nbsp; reddit</a>'+j;g+=c;g+=d;g+=h+'<a style="text-decoration:none;border-width:0"  href="http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'" target="_blank">&nbsp;<img border=0 src="/_layouts/images/DestinationOakland/supon_icon.gif" alt="" width="16" height="16">&nbsp; StumbleUpon</a>'+j;g+=c;g+=a;g+="<td><img src='/_layouts/images/destinationoakland/sharebottom.gif'><td/>";g+="</tr>";g+=e;document.getElementById(sharePickerDivID).innerHTML=g}function updateTargetField(a){var b=document.getElementsByName(a).item(0);var c=document.getElementById(sharePickerDivID);c.style.visibility="hidden";c.style.display="none";if((typeof(sharePickerClosed)=="function")){sharePickerClosed(b)}};