function header1(){
	document.write('<div align="center">');
	document.write('<table border="0" width="864" height="93" cellpadding="0" cellspacing="0">');
	document.write('<tr><td><img src="images/header.jpg" width="864" height="93"></td></tr>');
	document.write('</table>');
	document.write('</div>');
}


function header2(){
	document.write('<div align="center">');
	document.write('<table border="0" width="864" height="93" cellpadding="0" cellspacing="0">');
	document.write('<tr><td><img src="../images/header.jpg" width="864" height="93"></td></tr>');
	document.write('</table>');
	document.write('</div>');
}

function header3(){
	document.write('<div align="center">');
	document.write('<table border="0" width="864" height="93" cellpadding="0" cellspacing="0">');
	document.write('<tr><td><img src="../../images/header.jpg" width="864" height="93"></td></tr>');
	document.write('</table>');
	document.write('</div>');
}
