// JavaScript Document
function val(chk){
	if(chk.checked == 1)
	window.location="boracay/packages/index.html";
	else
	alert("Please check first the checkbox to continue.");
}
