<!--
//the html contents to display
var header=new Array()
header["aphilo"]='AfroShok &gt; The Philosophy'
header["afeel"]=' AfroShok &gt; The Change: <FO'
+'NT id="then" style="cursor:hand; cursor:pointe'
+'r; text-decoration: underline; color: #00BAFF" onc'
+'lick="changeHeaderThen();ajaxRead(\'afrodetails/afrofe'
+'el1.xhtml\')">Then</font> &gt;  <FONT id="now" style="curs'
+'or:hand; cursor:pointer; text-decoration: underline" on'
+'click="changeHeaderNow();ajaxRead(\'afrodetails/afrofeel2.xhtml\')">Now</FONT>'
header["asthetik"]='AfroShok &gt; In Search Of The Aesthetic'
header["astyle"]='AfroShok &gt; Style in Africa'
header["kontent"]='Kontent &gt; The Idea is Everything'
header["kriet"]='Kontent &gt; AKrossMedia Application'
header["kating"]='Kontent &gt; AKross the Edge'
header["print"]='Print &gt; The Press'
header["stationary"]='Print &gt; Stationary'
header["prints"]='Print &gt; Loose Leaf'
header["publications"]='Print &gt; Bound Leaf'
header["cd"]='CD &gt; Goodbye Analogue'
header["cdvideo"]='CD &gt; Video'
header["cdinteractive"]='CD &gt; Interactive'
header["motionpicture"]='Motion Picture &gt; Flashing Frames'
header["preprod"]='Motion Picture &gt; The Drawings'
header["prod"]='Motion Picture &gt; The Shoot'
header["postprod"]='Motion Picture &gt; The Stitch'
header["dvd"]='DVD &gt; Enter The Gigabyte'
header["dvdvideo"]='DVD &gt; Video'
header["dvdinteractive"]='DVD &gt; Interactive'
header["internet"]='Internet &gt; The Protocol'
header["web"]='Internet &gt; The Network'
header["mobile"]='Internet &gt; The Escape'

var i=0

function alterheader(str){
//if IE 4+
if (document.all)
content_header.innerHTML=header[str];
//else if NS 4
else if (document.layers){
document.ns4page.document.ns4page2.
document.write(header[i]);
document.ns4page.document.ns4page2.
document.close();
}
//else if NS 6 (supports new DOM)
else if (document.getElementById){
rng = document.createRange();
el = document.getElementById("content_header");
rng.setStartBefore(el);
htmlFrag = rng.createContextualFragment(header[str]);
while (el.hasChildNodes())
el.removeChild(el.lastChild);
el.appendChild(htmlFrag);
}

if (i==header.length-1)
i=0
else
i++
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_setTextOfLayer(objName,x,newText) { //v4.01
  if ((obj=MM_findObj(objName))!=null) with (obj)
    if (document.layers) {document.write(unescape(newText)); document.close();}
    else innerHTML = unescape(newText);
}

function changeHeaderThen(){

		document.getElementById('then').style.color = '#00BAFF';
		document.getElementById('now').style.color = '#ff6600';
		}
function changeHeaderNow(){	
		
		document.getElementById('now').style.color = '#00BAFF';
		document.getElementById('then').style.color = '#ff6600';
		
}
//-->
