//share

function share_toFacebook($photo_html){
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent($photo_html),'SharePhoto_facebook','height=600,width=800').focus();
}
  
function share_toMyspace($photo_html){
	window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent($photo_html),'SharePhoto_myspace','height=600,width=800').focus();
}
