/* ----- misc functions ----- */

function leaving_alert(destURL,message) {
	alert(message);
	window.open(destURL);
}

function PopupContactForm(destURL) {
	window.open(destURL,"pContactForm","width=690,height=580,menubar=no,toolbar=no,location=no,directories=no,resizable=no,status=no,scrollbars=1");
}

function PopupNews(destURL) {
	window.open(destURL,"pNews","width=550,height=570,menubar=no,toolbar=no,location=no,directories=no,resizable=yes,status=no,scrollbars=1");
}

function PopupMax(destURL) {
	window.open(destURL,"pNews","width=780,height=540,menubar=no,toolbar=no,location=no,directories=no,resizable=no,status=no,scrollbars=1");
}
/* ----- */
