function processform() {
	if(document.forms['resform'].ref[0].checked) {		/*window.location = document.forms['resform'].ref[0].value;*/		neww(document.forms['resform'].ref[0].value);	}
	if(document.forms['resform'].ref[1].checked) {		/*window.location = document.forms['resform'].ref[1].value;*/		neww(document.forms['resform'].ref[1].value);	}
	if(document.forms['resform'].ref[2].checked) {		/*window.location = document.forms['resform'].ref[2].value;*/		neww(document.forms['resform'].ref[2].value);	}
	if(document.forms['resform'].ref[3].checked) {		/*window.location = document.forms['resform'].ref[3].value;*/		neww(document.forms['resform'].ref[3].value);	}
	if(document.forms['resform'].ref[4].checked) {		/*window.location = document.forms['resform'].ref[4].value;*/		neww(document.forms['resform'].ref[4].value);	}
}
function load(url) {
var load = window.open(url,'','scrollbars=no,menubar=no,height=501,width=810,resizable=no,toolbar=no,location=no,status=no');
}
function neww(url) {var load = window.open(url,'');}


function shownotice() {
	var url = "http://www.wildernessresort.com/files/contest-rules.htm";

    var width = 690;
    var height = 500;
    var left = parseInt((screen.availWidth/2) - (width/2));
    var top = parseInt((screen.availHeight/2) - (height/2));
    var windowFeatures = "width=" + width + ",scrollbars=1,height=" + height + ",status,resizable,left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top;
    window.open(url, "contestrules", windowFeatures);

}

function shownotice2() {
	var url = "http://www.wildernessresort.com/files/birthday/birthday-faqs2.htm";

    var width = 580;
    var height = 500;
    var left = parseInt((screen.availWidth/2) - (width/2));
    var top = parseInt((screen.availHeight/2) - (height/2));
    var windowFeatures = "width=" + width + ",scrollbars=1,height=" + height + ",status,resizable,left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top;
    window.open(url, "contestrules", windowFeatures);

}
