
$(document).ready(function()
{$('.menu-item').hover(function()
{$(this).stop(true,false);$(this).animate({"margin-left":"0px"});},function()
{$(this).stop(true,false);$(this).animate({"margin-left":"20px"});});regMenuLinks();ieFixEmptyAnchor();loadHistoryPage();$("#logo").click(function()
{loadHistoryPage();});});function preloadbgs()
{$("#page").hide();$("body").append("<div id='overloader' style='height: 100%; width: 100%; text-align: center; align: center'><img src='ui/img/loading-indicator-3.gif' style='margin-top: 45%'/></div>")
var images=new Array();$("*").each(function(i)
{var bg=$(this).css("background-image");if(bg!="undefined"&&bg!=undefined&&bg!="none"&&jQuery.inArray(extractUrl(bg),images)==-1)
{images.push(extractUrl(bg));}});var i=0;var loaded=0;for(i=0;i<images.length;i++)
{var img=new Image();img.src=images[i];if(img.complete){loaded++;showtime();}else{var c=images[i];$.get(c+"?t="+Math.random(new Date()),function(){loaded++;showtime();})}}
function showtime()
{if(loaded>=images.length)
{$("#overloader").remove();if($.browser.msie||$.browser.mozilla)
{$("#page").show();}
else $("#page").fadeIn();}}}
function loadpageHtml(url){$("#container *").remove();$("#container").load(url,function(){$("#content").fadeIn();});}
function loadHomePage()
{loadpageHtml("home.html");}
function loadHistoryPage()
{loadpageHtml("history.html");$("#content").ready(function(){PageHistory.start();});}
function loadEventsPage()
{loadColumnViewer("xml/xml_events.xml");}
function loadStockistsPage()
{loadColumnViewer("xml/xml_stockit.xml");}
function loadColumnViewer(src)
{loadpageHtml("column-viewer.html");$("#content").ready(function(){PageColumnViewer.start(src);});}
function loadCollectionsPage()
{loadPhotoViewer("xml/xml_collections.xml");}
function loadAccessoriesPage()
{loadPhotoViewer("xml/xml_accessories.xml");}
function loadBoutiquePage()
{loadPhotoViewer("xml/xml_boutique.xml");}
function loadPhotoViewer(src)
{loadpageHtml("photo-viewer.html");$("#content").ready(function(){PagePhotoViewer.start(src);$("#content").fadeIn();});}
function regMenuLinks()
{$("#link-history").click(function(event)
{regMenuLinksHelper(event,loadHistoryPage())});$("#link-collections").click(function(event)
{regMenuLinksHelper(event,loadCollectionsPage())});$("#link-accessories").click(function(event)
{regMenuLinksHelper(event,loadAccessoriesPage())});$("#link-boutique").click(function(event)
{regMenuLinksHelper(event,loadBoutiquePage())});$("#link-stockists").click(function(event)
{regMenuLinksHelper(event,loadStockistsPage())});$("#link-events").click(function(event)
{regMenuLinksHelper(event,loadEventsPage())});}
function regMenuLinksHelper(event,loadFun)
{event.preventDefault();if($('.ent-link').length>0){$('.ent-link').removeClass("menu-current");}
if($.browser.msie)
{$('.menu-item').stop(true,true);}
loadFun;$(event.currentTarget).addClass("menu-current");}
function ieFixEmptyAnchor(){if($.browser.msie)
{$('a:empty').each(function()
{var h=$(this).css("height");var w=$(this).css("width");var ph="<img src='ui/img/placeholder.gif' style='border: none; padding: 0; margin: 0; height:"+h+"; width:"+w+";' />"
$(this).append(ph);})}}
