/*
 * Copyright 2008 Kamarell, Kullervo Produktion (http://www.kamarell.com/). All rights reserved.
 */
function browse_change(){if(!browse_update_page_settings()){}browse_rend_content();comments_rend();if(firstRender){browse_window_resize();$("#userPageHeader_controlPanel").css("display","block");rend_contentSlider("contentSlider","contentCanvas");rend_user_tip_button();firstRender=false}else{reset_page();dhtml_page_log()}}function browse_scroll(){}function browse_update_page_settings(){var modified=false;var showHidden_new=(get_yui_history_state("showHidden")=="true");if(showHidden_new!==showHidden){showHidden=showHidden_new;modified=true}thumbScrollTo=null;var lastZoom=cookie_get("lastZoom");if(lastZoom){try{lastZoom=eval("("+lastZoom+")");var validContextType=null;if(contextType=="day"){validContextType="day_zoom"}else{if(contextType=="collection"){validContextType="collection_zoom"}}if(lastZoom.contextOwner==contextOwner&&lastZoom.contextType==validContextType&&lastZoom.contextSubject==contextSubject){thumbScrollTo=lastZoom.gcid}}catch(e){logit(e)}cookie_del("lastZoom")}return modified}function content_browse_showHide_rend(c){var a=$("#contentHideSwitch");var b=$("input",a);if(showHidden){b.attr("checked","checked")}else{b.removeAttr("checked","checked")}if(showHidden||c>0){$(".count",a).html(new String()+c);a.css("display","block");$("#userPageHeader_controlPanel").css("display","block")}else{a.css("display","none")}b.click(browse_contentHideSwitchClick);b.removeAttr("disabled")}function browse_rend_content(){var a=["content","contact"];var b;switch(contextType){case"day":b="day_w_comment_n";a.push("comment");break;case"collection":b="collection_w_comment_n";a.push("collection");a.push("comment");break;default:return}ajax_fetch_userdata(contextOwner,"/user/content/get",a,{urlParam:{selection_type:b,selection_subject:contextSubject},onDone:function(f){rend_content_thumb_list("contentCanvas",f);var g=0;for(var d in f){if(f[d].hidden){g++}}if(f[d].length-g==0&&g){anchor_set("showHidden","true")}if(thumbScrollTo){var c=$("#"+thumbScrollTo);if(c.size()){var e=c.offset();window.scroll(0,e.top-20)}}content_browse_showHide_rend(g)}})}function browse_contentHideSwitchClick(){var a=$("#contentHideSwitch");$("input",a).attr("disabled","disabled");if(showHidden){anchor_set("showHidden","false")}else{anchor_set("showHidden","true")}return false}function content_browse_up_url(){return"../"+(showHidden?"#showHidden=true":"")}function browse_window_resize(){if(get_browser().name=="MSIE"){content_fix_msie_layout()}};

bstrap.loaded("user-content-browse");

