
function popup(thename) {
		window.open(thename, "", "width=415, height=415,scrollbars=0");
	}
	
function closeup(thename) {
		window.open(thename, "", "width=432, height=432,scrollbars=0");
	}
	
function american(thename) {
		window.open(thename, "", "width=500, height=350,scrollbars=0");
	}
	
function steelefalls(thename) {
		window.open(thename, "", "width=504, height=440,scrollbars=0");
	}

function carriage(thename, attributes) {
		window.open(thename, "", attributes);
	}
	
function glass(thename) {
		window.open(thename, "", "width=450, height=400,scrollbars=0");
	}
	
function feature(thename, attributes) {
		window.open(thename, "", attributes);
	}

function appLaunch() {
		window.open("http://www.raynor.com/design/design-a-door_dealer.cfm","DesignADoor","width=740,height=500,scrollbars=0");
	}
	
function resolution() {
		document.write("<input name='screenresolution' type='hidden' value='" + screen.width + "x" + screen.height + "' />");
	}