middleX=0;frameWidth=0;$(document).ready(function(){updateView();$(window).resize(updateView);loadMenu();if($.browser.msie){if($.browser.version<7){$("#gallery").css("height","537px")}}});function updateView(){frameWidth=parseInt($("#main").css("width").replace(/px/,""));middleX=($(window).width())/2;$("#main").css("left",(middleX-(frameWidth/2)))};
