$(function(){
	$(window).bind('resize', function(){setHeight()});
	setHeight();
	if(jQuery.browser != "msie")swfobject.registerObject("player", "10.0.0", "swf/expressInstall.swf");
});
function setHeight(){
	/*var h = Math.round(($(window).height()-$("#main").height())/2);
	if(h>0)$("#main").css("paddingTop", h+"px");
	$("#output").html(h);*/
	//$("#main").height("100%");
}
