function writeheader(){
	document.write('<div align="center">')
	document.write('<div align="center">')
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="780">')
	document.write('<tr>')
	document.write('<td colspan="2">')
	document.write('&nbsp;</td>')
	document.write('</tr>')
	document.write('<tr>')
	document.write('<td rowspan="2">')
	document.write('<img border="0" src="../images/capital-insight-logo.gif" width="66" height="106"></td>')
	document.write('<td valign="top" align="right">')
	document.write('<img border="0" src="../images/header-image.jpg" width="712" height="84" hspace="0"></td>')
	document.write('</tr>')
	document.write('<tr>')
	document.write('<td>')
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">')
	document.write('<tr>')
	writemenus() 
	document.write('</tr>')
	document.write('</table>')
	document.write('</td>')
	document.write('</tr>')
	document.write('<tr>')
	document.write('<td colspan="2" height="20">&nbsp;</td>')
	document.write('</tr>')
	document.write('</table>')
	document.write('</div>')
}



function writemenus(){
	document.write('<td align=center style="padding-left: 2px">')
	if (document.title.toLowerCase().indexOf("home")>-1){
		document.write('<img class=menuimage border="0" src="../images/button-home-down.gif" width="74" height="20">')
	}else{
	    document.write('<a href="../index/index.html"><img class=menuimage border="0" src="../images/button-home.gif" width="74" height="20" onMouseOut="this.src=\'../images/button-home.gif\'" onMouseOver="this.src=\'../images/button-home-down.gif\'"></a>')
	} 
	if (location.href.toLowerCase().indexOf("/strategy/")>-1){
	    document.write('<img class=menuimage  border="0" src="../images/button-planning-down.gif" width="101" height="20">')
	}else{
	    document.write('<a href="../strategy/planning-overview.html"><img class=menuimage border="0" src="../images/button-planning.gif" width="101" height="20" onMouseOut="this.src=\'../images/button-planning.gif\'" onMouseOver="this.src=\'../images/button-planning-down.gif\'"></a>')
	} 
	if (location.href.toLowerCase().indexOf("/advice/")>-1){
	    document.write('<img class=menuimage  border="0" src="../images/button-strategy-down.gif" width="112" height="20">')
	}else{
	    document.write('<a href="../advice/strategy-overview.html"><img class=menuimage border="0" src="../images/button-strategy.gif" width="112" height="20" onMouseOut="this.src=\'../images/button-strategy.gif\'" onMouseOver="this.src=\'../images/button-strategy-down.gif\'"></a>')
	} 
	if (location.href.toLowerCase().indexOf("/delivery/")>-1){
	    document.write('<img class=menuimage  border="0" src="../images/button-delivery-down.gif" width="106" height="20">')
	}else{
	    document.write('<a href="../delivery/delivery-overview.html"><img class=menuimage  border="0" src="../images/button-delivery.gif" width="106" height="20" onMouseOut="this.src=\'../images/button-delivery.gif\'" onMouseOver="this.src=\'../images/button-delivery-down.gif\'"></a>')
	} 
	if (location.href.toLowerCase().indexOf("/project-categories/")>-1 ||location.href.toLowerCase().indexOf("/projects/")>-1){
	    document.write('<img class=menuimage  border="0" src="../images/button-projects-down.gif" width="103" height="20">')
	}else{
	    document.write('<a href="../project-categories/projects-health.html"><img class=menuimage border="0" src="../images/button-projects.gif" width="103" height="20" onMouseOut="this.src=\'../images/button-projects.gif\'" onMouseOver="this.src=\'../images/button-projects-down.gif\'"></a>')
	} 
	if (document.title.toLowerCase().indexOf("careers")>-1){
		document.write('<img class=menuimage  border="0" src="../images/button-careers-down.gif" width="110" height="20">')
	}else{
	    document.write('<a href="../index/careers.html"><img border="0" class=menuimage  src="../images/button-careers.gif" width="110" height="20" onMouseOut="this.src=\'../images/button-careers.gif\'" onMouseOver="this.src=\'../images/button-careers-down.gif\'"></a>')
	} 
	if (document.title.toLowerCase().indexOf("contact us")>-1){
		document.write('<img class=menuimage  border="0" src="../images/button-contact-down.gif" width="107" height="20">')
	}else{
	    document.write('<a href="../index/contact-us.html"><img border="0" class=menuimage  src="../images/button-contact.gif" width="107" height="20" onMouseOut="this.src=\'../images/button-contact.gif\'" onMouseOver="this.src=\'../images/button-contact-down.gif\'"></a>')
	} 
	document.write('</td>')
}