
function Exitnot18(url)
{
	window.location.href = url;
}

function EnterVideo()
{
	DWREngine._execute(_cfCatLevelsLocation, null, 'EnterVideoSection',EnterVideo_result);
}

function EnterVideo_result(result)
{
	window.location.href = window.location.href;
}


function showVideo(videoID)
{
	$('videoID').value = videoID;
	$('videoForm').submit();
}