function makePage(html) {	
		printdow=window.open('','','toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=400');
		printdow.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>');
		printdow.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
		printdow.document.write('<title>Definition: Self-Performing</title></head>');
		printdow.document.write('<body style="background-color: #ffffff; background-image: none; margin: 10px 20px 0px 20px; text-align: left; font-size: 85%; color: #000000; font-family: Verdana, Arial, Helvetica;">');
		printdow.document.write('<p style="font-size: .9em; margin: 6px 0 17px 0;"><a href="javascript:window.close();" style="color: #025b95; background: inherit; text-decoration: underline;">Click to close</a></p>');
		printdow.document.write('<h1 style="margin: 18px 0 18px 0; padding: 0; color: #3b1b5b; background-color: inherit; font-size: 1.5em;">Self-Performing</h1>');
		printdow.document.write('<p style="font-size: .9em; margin: 6px 0 17px 0;">Self-performing is a method of general contracting.  All general contractors sub contract specialty trades out to other contractors.  Some contractors sub out all the trades.  These "brokers or construction managers" are at the mercy of the local labor market. For example, if the local concrete subs are very busy, their prices are higher.  Kurtz, Inc has the capacity and expertise to self perform any trade with exception of the mechanical and electrical trades.  This allows the purchasing department to solicit local sub contractors while simultaneously having the estimators at Kurtz, Inc. determine the real value of the task.  If the subs are excessively high, Kurtz, Inc can decide "to do it with their own guys." </p><br>');
		printdow.document.write('</body></html>');
}
