$(document).ready(function(){$('#search input[type=text]').focus(function(){if(this.value=='Search'){this.value='';}else{this.select();}}).blur(function(){if(this.value==''){this.value='Search';}});$('.OnlineStore_ProductViewer_search input[type=text]').focus(function(){if(this.value=='Search resources'){this.value='';}else{this.select();}}).blur(function(){if(this.value==''){this.value='Search resources';}});$('#location').click(function(){$.cookie('location',$('#locationForm input').val(),{expires:30,path:'/'});$('#locationForm').submit();});$('.loginLink').click(function(event){$('#popup_login').popup('open');event.preventDefault();});$('.reviewLink').click(function(event){$('#popup_review').popup('open');event.preventDefault();});$('.previewLink').click(function(event){$('#popup_preview').popup('open');event.preventDefault();});$('.imagesLink').click(function(event){$('.OnlineStore_ProductSearch .App_ImageGallery_images a:first').click();event.preventDefault();});$('.Unitas_StaffMembers_staffMember').each(function(){var id=$(this).attr('id');var image=$(this).find('img').clone().attr('popup',id).click(function(){$('#'+$(this).attr('popup')+'_popup').popup('open');});var preview=$('<div class="Unitas_StaffMembers_preview"><span>'+$(this).find('h3').html()+'</span></div>');image.insertBefore(preview.find('span'));var staffPopup=popup.clone();staffPopup.attr('id',id+'_popup').find('.popup_inner').html('<div class="Unitas_StaffMembers_staffMember">'+$(this).html()+'</div>');$('body').append(staffPopup);$(this).parent().append(preview);$(this).remove();});$('.Unitas_StaffMembers').each(function(){var clear=$(this).find('.clear');clear.remove();$(this).append(clear);});$('#ArtistDirectoryPanel_Contact_Details_div').hide();$('#ArtistDirectoryPanel_ContactArtist_div').hide();$('#ArtistDirectoryPanel_ContactArtist').click(function(){$('#ArtistDirectoryPanel_ContactArtist_div').toggle();return false;})
$('#Unitas_MyAccountPanel_Delete_ArtistEntry').click(function(){return confirm('Are you sure you want to remove this item?');})
$('.collapsible').find('span').css('float','left').end().append('<a href="#"></a><div class="clear"></div>').addClass('open').css('cursor','pointer').click(function(event){$(this).next('.collapsibleContent').toggle();$(this).toggleClass('open');event.preventDefault();});$('.collapsible.closed').click();setTimeout(changeNewsPanel,5000);});var panel=0;function changeNewsPanel(){if($("#new_"+(panel+1)).attr('id')){next=panel+1;}else{next=0;}
$("#new_"+panel).fadeOut(1000,function(){$("#new_"+next).fadeIn(1000);panel=next;});setTimeout(changeNewsPanel,10000);}
var popup=$('<div class="popup"><div class="popup_close"></div><div class="popup_top"></div><div class="popup_bottom"><div class="popup_inner"></div></div></div>');;(function($){$.fn.popup=function(action,options){switch(action){case'open':if(options==null){options={};}
if(options.clearErrors==null){options.clearErrors=true;}
if(options.clearInputs==null){options.clearInputs=true;}
if($(this).attr('popup')==null){$(this).keyup(function(event){switch(event.keyCode){case 13:$(this).find("input[type='image']").click();break;case 27:$(this).popup('close');break;}});$(this).find(".popup_close, .popup_cancel").click(function(){$(this).popup('close');});$(this).attr('popup',true);}
if(options.clearErrors){$(this).find(".popup_errors").html('').hide();}
if(options.clearInputs){$(this).find("input[type='text']").each(function(){if(!$(this).attr('disabled')){$(this).attr('value','');}});}
$.blockUI({message:$(this),css:{backgroundColor:'transparent',cursor:'default',textAlign:'left',border:'0',left:'35%',top:'0%'},baseZ:1200,centerY:false,overlayCSS:{backgroundColor:'#000',opacity:0.65}});var inputs=$(this).find("input,select").not("input[type='hidden']");if(inputs.length>0){inputs.get(0).focus();}
break;case'close':$.unblockUI();break;}}})(jQuery);