
$(document).ready(function() {
	// show the gallery
	swfobject.embedSWF("/swf/portfolio.swf", "portfolio_swf", "700", "450", "9.0.0", "/js/express_install.swf", {}, { allowFullScreen: true, wmode: 'transparent' }, { id: 'portfolio_swf' });
	// ie6 suck face mcgee
	if (jQuery.browser.msie && jQuery.browser.version < 7) {
		// png fixes
		DD_belatedPNG.fix('.logo_main');
		DD_belatedPNG.fix('.menu_top');
	}
	// disable forms on submit
	$('form').submit(function() { $('input[type="submit"]', $(this)).addClass('disabled').attr('disabled', 'disabled'); });
});
