function resolution() {
		document.write("<input name='screenresolution' type='hidden' value='" + screen.width + "x" + screen.height + "' />");
	}
	
function popup(thename, attributes) {
		window.open(thename, "", attributes);
	}
	

