jQuery(function($){$.supersized({slides  :  [ { image : 'img/index_back2.png' } ]});});
$(function(){auto_resize();$(window).resize(function(){auto_resize();});function auto_resize(){var w_height = $(window).height();var tmp_height = w_height - 80;$(".h_resize").css("height",tmp_height);}})

