	$(document).ready(function () {
		$('.swf_obj').flash({
			src: '/swf/t_o.swf',
			flashvars: {
				css: ['* { color: #999999; }', 'a { color: #999999; text-decoration: none; }', 'a:visited { color: #999999; }', 'a:hover { color: #000000;background:#ffffff;}'].join(' ')
			}
		},
		{
			version: 7
		},
		function (htmlOptions) {
			htmlOptions.flashvars.txt = this.innerHTML;
			this.innerHTML = '<div>' + this.innerHTML + '</div>';
			//var $alt = $(String(this.firstChild).toUppercase());
			var $alt = $(this.firstChild);
			htmlOptions.height = $alt.height();
			htmlOptions.width = $alt.width();
			htmlOptions.wmode = "transparent";
			$alt.addClass('alt');
			$(this).addClass('hid').prepend($.fn.flash.transform(htmlOptions));
		});
		$('#supersize').resizenow(); 
		$('.sheet').hide();
	});
	

