var prefix="inforequest";
var suffix="rstcommunications.com";
var thefix="mailto:"+prefix+"@"+suffix+"?subject=More information about RST";
function reqInfo() {
	var cname=document.getElementsByTagName('html')[0].className;
	switch(cname) {
		case 'business':
			thefix+=' and Business';
			break;
		case 'education':
			thefix+=' and Education';
			break;
		case 'healthcare':
			thefix+=' and Healthcare';
			break;
		case 'municipalities':
			thefix+=' and Municipalities';
			break;
		case 'residential':
			thefix+=' and Residential Access';
			break;
	}
	location.href=thefix;
}
