
$(document).ready(function()
{var params=pbx_flickr.common.GETparams();var frobFromGet=typeof params["frob"]=="undefined"?'':params["frob"];if(frobFromGet!=''){beginAuth(frobFromGet);}
function beginAuth(frob){if(!pbx_flickr.flickr.auth.checkAuth(frob,true)){var btn=document.getElementById('authBtn');btn.disabled=false;return false;}
return true;}
function showHideWidgetBox(){var box=document.getElementById("flickrStartAuthBox");var showing=box.style.visibility=="hidden";if(showing){if(beginAuth(''))return;}
box.style.visibility=showing?"visible":"hidden";}});