function footerOpenLegal(url) {
        var popupWindow = window.open(url, 'LEGAL', 'width=500,height=400,scrollbars=1,resizable=1,menubar=0');
        popupWindow.focus();
}

function hideAllFlash() {
	$("object").hide();
	$("embed").hide();
}

function showAllFlash() {
	$("object").show();
	$("embed").show();
}
