function callopenContact() {
	document.getElementById("mainswf").callopenContact();
}

function callopenLegals() {
	document.getElementById("mainswf").callopenLegals();
}

function callopenNewsletter() {
	document.getElementById("mainswf").callopenNewsletter();
}
function callopenPress() {
	document.getElementById("mainswf").callopenPress();
}
function callopenSitemap() {
	document.getElementById("mainswf").callopenSitemap();
}

function callConfirmPhotoContestUpload(param_photoName_str) {
	document.getElementById("mainswf").callConfirmPhotoContestUpload(param_photoName_str);
}
