function checkRates(form) {
	var rnRP = document.form.room.options[document.form.room.selectedIndex].value;
	var rnMO = document.form.date.value.substr(0,2);
	var rnYR = document.form.date.value.substr(8,2);
	var rnDT = rnMO+document.form.date.value.substr(3,2)+rnYR+";";
	var rnNT = document.form.night.options[document.form.night.selectedIndex].value+";";
	var rnAD = document.form.adult.options[document.form.adult.selectedIndex].value+";";
	var rnCH = "00;";
	var rnSQ = "001";
	var rnURL = "https://www.januggetsecure.com/cgi-bin/lansaweb?procfun+rn+resnet+RES+funcparms+UP(A2560):;"+rnRP+";"+rnDT+rnNT+rnAD+rnCH+rnSQ+";?/";
	window.location.href = rnURL;
}

function groupRates(form) {
	var rnSOC = document.socform.offercode.value.toUpperCase();
	var rnURL = "https://www.januggetseure.com/cgi-bin/lansaweb?procfun+rn+resnet+RES+funcparms+UP(A2560):;"+rnSOC+";?/";
	window.location.href = rnURL;
}

function checkGroupRates(form) {
	var rnGC = document.groupform.groupcode.value.toUpperCase();
	var rnURL = "https://www.januggetsecure.com/cgi-bin/lansaweb?procfun+rn+resnet+RES+funcparms+UP(A2560):;"+rnGC+";?/";
	window.location.href = rnURL;
}
