
$(document).ready(function(){$(".container").removeClass("no-js");$(".pa-wrap").css("left","240px");$(".ks-button").click(function(){$(".ks-wrap").animate({left:"240px"},500);$(".select-wrap").not(".ks-wrap").animate({left:"-500px"},500);return false});$(".mo-button").click(function(){$(".mo-wrap").animate({left:"240px"},500);$(".select-wrap").not(".mo-wrap").animate({left:"-500px"},500);return false});$(".ok-button").click(function(){$(".ok-wrap").animate({left:"240px"},500);$(".select-wrap").not(".ok-wrap").animate({left:"-500px"},500);return false});$(".pa-button").click(function(){$(".pa-wrap").animate({left:"240px"},500);$(".select-wrap").not(".pa-wrap").animate({left:"-500px"},500);return false});$(".nj-button").click(function(){$(".nj-wrap").animate({left:"240px"},500);$(".select-wrap").not(".nj-wrap").animate({left:"-500px"},500);return false});$(".apartment").hover(function(){$(this).addClass("over");},function(){$(this).removeClass("over");});$(".apartment").click(function(event){if($(this).children("a")!=null&&$(this).children("a").attr("href")!=''){window.open($(this).children("a").attr("href"));}});$(".apartment a").click(function(event){event.stopPropagation();return true;});});
