
$(document).ready(function(){$('#view_after_loading').hide();$('#header .menu').mouseenter(function(){$(this).stop().animate({'marginTop':'-80px','height':'300px'});$(this).children('h2').css({"color":"#A80B1E","background-image":"url('View/images/bg_a_menu_hover.png')",'background-position':'95% 50%'});$(this).children('ul').fadeIn();});$('#header .menu').mouseleave(function(){$(this).stop().animate({'height':'160px','marginTop':'40px'});$(this).children('h2').css({"color":"#576672","background-image":"url('View/images/bg_a_menu.png')",'background-position':'100% 50%'});$(this).children('ul').fadeOut();});$(window).load(function(){$('#view_after_loading').fadeIn();$("div#cover_scrollable").smoothDivScroll({autoScroll:'always',autoScrollStep:1,autoScrollInterval:15,autoScrollDirection:'endlessloopright'});});$('.checkbox_container span').click(function(){if($(this).hasClass('unchecked')){$(this).removeClass('unchecked');$(this).addClass('checked');$(this).children('input[type=hidden]').val('1');}
else{$(this).removeClass('checked');$(this).addClass('unchecked');$(this).children('input[type=hidden]').val('0');}});var bow_width=$('.bow .center_bow').width();$('.bow').css("width",bow_width+80);if(jQuery.browser.safari&&document.readyState!="complete"){setTimeout(arguments.callee,100);return;}});
