	
		function gallery_related(c,b){var f=new Date();var e=f.getTime();var a=SITEURL+"/libs/ajax/ajax_gallery_related.php?timestamp="+e;parameters="tag="+c+"&gallery_number="+b;if(document.getElementById("gallery_related_tags")!=null){xmlHttp_gallery_related=GetXmlHttpObject(gallery_related_helper);xmlHttp_gallery_related.open("POST",a,true);xmlHttp_gallery_related.setRequestHeader("Cache-Control","no-cache");xmlHttp_gallery_related.setRequestHeader("Cache-Control","no-store");xmlHttp_gallery_related.setRequestHeader("Cache-Control","must-revalidate");xmlHttp_gallery_related.setRequestHeader("Cache-Control","post-check=0");xmlHttp_gallery_related.setRequestHeader("Cache-Control","pre-check=0");xmlHttp_gallery_related.setRequestHeader("If-Modified-Since","Sat, 1 Jan 2000 00:00:00 GMT");xmlHttp_gallery_related.setRequestHeader("Content-type","application/x-www-form-urlencoded");xmlHttp_gallery_related.setRequestHeader("Connection","close");xmlHttp_gallery_related.send(parameters)}}function gallery_related_helper(){if(xmlHttp_gallery_related.readyState==4||xmlHttp_gallery_related.readyState=="complete"){response=xmlHttp_gallery_related.responseText;document.getElementById("gallery_related_tags").innerHTML=response}}function gallery_width_helper(){display_width=get_browser_width()-300;thumbnails=getElementsByClass("thumb_box",document.getElementById("gallery_display_div"),"div");thumbnails_displayed=thumbnails.length;first_thumbnail=thumbnails[0];width_element=parseInt(first_thumbnail.offsetWidth)+parseInt(first_thumbnail.style.marginRight)+parseInt(first_thumbnail.style.marginLeft);elements_per_row=Math.floor(display_width/width_element);if(thumbnails_displayed>elements_per_row){temp=Math.floor(thumbnails_displayed/elements_per_row);elements_to_remove=elements_per_row*temp;for(i=(thumbnails_displayed-1);i>=elements_to_remove;i--){thumb_obj=thumbnails[i];thumb_obj.style.display="none"}last_element=thumbnails[(elements_to_remove-1)];last_element_href=last_element.getElementsByTagName("a");last_element_link=last_element_href[0];last_element_href=last_element_link.href;last_href_split=last_element_href.split("-");last_href_split_last=last_href_split[last_href_split.length-1];var c=document.getElementsByName("next_page_link");for(i=0;i<c.length;i++){var b=c[i].href.replace(/id-\d+/g,"id-"+last_href_split_last);c[i].href=b}input_type=document.getElementById("display");if(input_type.type=="select-one"){input_type.options.length=0;insert_element=0;temp=Math.floor(24/elements_per_row);display_elements_1=elements_per_row*temp;selected_element=false;if(elements_to_remove==display_elements_1){selected_element=true}if(display_elements_1<=24){input_type.options[insert_element]=new Option(display_elements_1,display_elements_1,false,selected_element);insert_element=insert_element+1}else{display_elements_1=0}temp=Math.floor(30/elements_per_row);display_elements_2=elements_per_row*temp;selected_element=false;if(elements_to_remove==display_elements_2){selected_element=true}if(display_elements_2<=30&&display_elements_2!=display_elements_1){input_type.options[insert_element]=new Option(display_elements_2,display_elements_2,false,selected_element);insert_element=insert_element+1}else{display_elements_2=0}temp=Math.floor(60/elements_per_row);display_elements_3=elements_per_row*temp;selected_element=false;if(elements_to_remove==display_elements_3){selected_element=true}if(display_elements_2<=30&&display_elements_3!=display_elements_2&&display_elements_3!=display_elements_1){input_type.options[insert_element]=new Option(display_elements_3,display_elements_3,false,selected_element)}var f=new Date();var e=f.getTime();var a=SITEURL+"/libs/ajax/ajax_gallery_set_pagination.php?timestamp="+e;parameters="pages="+elements_to_remove+"&display_1="+display_elements_1+"&display_2="+display_elements_2+"&display_3="+display_elements_3;xmlHttp_gallery_pagination=GetXmlHttpObject(null);xmlHttp_gallery_pagination.open("POST",a,true);xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","no-cache");xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","no-store");xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","must-revalidate");xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","post-check=0");xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","pre-check=0");xmlHttp_gallery_pagination.setRequestHeader("If-Modified-Since","Sat, 1 Jan 2000 00:00:00 GMT");xmlHttp_gallery_pagination.setRequestHeader("Content-type","application/x-www-form-urlencoded");xmlHttp_gallery_pagination.setRequestHeader("Connection","close");xmlHttp_gallery_pagination.send(parameters)}else{temp=Math.floor(24/elements_per_row);display_elements=elements_per_row*temp;document.getElementById("display").value=display_elements;var f=new Date();var e=f.getTime();var a=SITEURL+"/libs/ajax/ajax_gallery_set_pagination.php?timestamp="+e;parameters="pages="+display_elements;xmlHttp_gallery_pagination=GetXmlHttpObject(null);xmlHttp_gallery_pagination.open("POST",a,true);xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","no-cache");xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","no-store");xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","must-revalidate");xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","post-check=0");xmlHttp_gallery_pagination.setRequestHeader("Cache-Control","pre-check=0");xmlHttp_gallery_pagination.setRequestHeader("If-Modified-Since","Sat, 1 Jan 2000 00:00:00 GMT");xmlHttp_gallery_pagination.setRequestHeader("Content-type","application/x-www-form-urlencoded");xmlHttp_gallery_pagination.setRequestHeader("Connection","close");xmlHttp_gallery_pagination.send(parameters)}}};
