function showHeader()
{	
document.write('<!--- HEAD-1 --------------------------------------->')
document.write('<table bgcolor=#f6f2e7 width=100% height=46 border=0 cellspacing=0 cellpadding=0>')
document.write('<tr>')
document.write('<td valign=top width=387 height=70>')
document.write('    <a href=index.html><img src=img/ccs-1.gif width=387 height=70 border=0 alt="ICDAT 2002 Home Page"></a></td>')
document.write('<td background="img/ccs-3.gif">&nbsp;</td>')
document.write('<td valign=top width=387 height=70>')
document.write('    <a href=index.html><img src=img/ccs-2.gif width=387 height=70 border=0 alt="ICDAT 2002 Home Page"></a></td>')
document.write('</tr>')
document.write('</table>')
}


