function feature(thename, attributes) {
		window.open(thename, "", attributes);
	}

function writeCopyright() {
	var CurrentYear = new Date().getFullYear();
	document.write("Copyright &copy; 2003-", CurrentYear, " Raynor Garage Doors<br />All rights reserved.");
 }
 
 function resolution() {
		document.write("<input name='screenresolution' type='hidden' value='" + screen.width + "x" + screen.height + "' />");
	}