	// HEADER.JS
	// Use this file to provide the image map and default images and layout for PXWEB
	// note use of Chr(13) in Response strings. This inserts line breaks in the source
	// and makes it easier to read
	document.write('<table border=0 cellPadding="0" cellSpacing="0" width="594">');
	document.write('<tr>');
    	document.write('<td vAlign="top">');
	document.write('<tr vAlign="center">');
    	document.write('<td width ="116" align="middle">');
    	document.write('<img bgcolor="#66cccc" width="116" valign="center" border="0" src="images/crest2.gif" ></td>');
	document.write('<td align="middle" bgcolor="#66cccc"><p align="center"><img  width ="494" border="0" 	src="images/header.gif" ></td>');
        document.write('</tr></table></td></tr></table>');
    	
