// JavaScript Document
function MM_swapImgRestore(imageName, val) { 
	if(val == 0) {
		document.getElementById(imageName).src = 'images/button.png';
	}
}


function MM_swapImage(imageName) { 
	var sourceName = document.getElementById(imageName).src;
	if(sourceName.indexOf('_roll') == -1) {
		document.getElementById(imageName).src = 'images/button_roll.png';
	}
}

function viewBeecertificate()
{
	window.open('BEECERTIFICATE.pdf');
}

function disclaimerContent()
{
	window.location.href = "disclaimer.html";	
}
