function resolution() {
		document.write("<input name='screenresolution' type='hidden' value='" + screen.width + "x" + screen.height + "' />");
	}
	
function infoat() {
		document.write("<a href='mailto:customer.service@industrialmolds.com' title='customer.service@industrialmolds.com'>customer.service@industrialmolds.com</a>");
	}
	
function videos(thename) {
		window.open(thename, "", "width=640, height=520,scrollbars=0");
	}