/* ----- misc functions ----- */

function leaving_alert(destURL,message) {
	alert(message);
	window.open(destURL);
}

function PopupVideo(destURL) {
	window.open(destURL,"pVideo","width=700,height=680,menubar=no,toolbar=no,location=no,directories=no,resizable=no,status=no,scrollbars=1");
}

function PopupSubscribe(destURL) {
	window.open(destURL,"pVideo","width=680,height=375,menubar=no,toolbar=yes,location=no,directories=no,resizable=no,status=no,scrollbars=1");
}

/* ----- */

