// detect document category
var img_src_a = 'a_head_off.gif';
var img_src_b = 'b_head_off.gif';
var img_src_c = 'c_head_off.gif';
var img_src_d = 'd_head_off.gif';

if(this.docCategory){
/*
switch (docCategory) {
	case 'a':
	img_src_a = 'a_head_on.gif';
	break;
	case 'b':
	img_src_b = 'b_head_on.gif';
	break;
	case 'c':
	img_src_c = 'c_head_on.gif';
	break;
	case 'd':
	img_src_d = 'd_head_on.gif';
	break;
	default:
	break;
}*/
}
// out put HTML code

var nav_header = '<!-- /HEADER==================================================== -->';

nav_header += '';

nav_header += '<a name="top"></a><table width="720" border="0" cellpadding="0" cellspacing="0">';
nav_header += '<tr>';
nav_header += '<td bgcolor="#FFFFFF"><img src="'+path+'IMAGES/pix.gif" width="20" height="4" alt=""></td>';
nav_header += '<td bgcolor="#FFFFFF"><img src="'+path+'IMAGES/pix.gif" width="260" height="1" alt=""></td>';
nav_header += '<td class="Red"><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_header += '<td class="Red"><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_header += '<td class="Red"><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_header += '<td class="Red"><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_header += '</tr><tr><td bgcolor="#FFFFFF"></td>';
nav_header += '<td rowspan="2" valign="top" bgcolor="#FFFFFF"><a href="'+path+'index.html"><img src="'+path+'IMAGES/logo1.gif" border="0" width="55" height="58" alt=""></a></td>';
nav_header += '<td bgcolor="#FFFFFF"></td>';
nav_header += '<td bgcolor="#FFFFFF"></td>';
nav_header += '<td bgcolor="#FFFFFF"><img src="'+path+'IMAGES/pix.gif" alt="" name="" width="110" height="15" border="0"></td>';
nav_header += '<td bgcolor="#FFFFFF"><a href="'+path+'LINK/global.html" onMouseOver="MM_swapImage(\'b_shead\',\'\',\''+path+'IMAGES/LB/b_shead_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+path+'IMAGES/LB/b_shead_off.gif" alt="" name="b_shead" width="110" height="15" border="0"></a></td>';
nav_header += '</tr><tr><td bgcolor="#FFFFFF"></td>';
nav_header += '<td valign="top" bgcolor="#FFFFFF"><a href="javascript:go(\'a0\')" onMouseOver="showblk(\'1\')"><img src="'+path+'IMAGES/LB/'+img_src_a+'" border="0" width="110" height="43" alt=""></a></td>';
nav_header += '<td class="lGray1"><a href="javascript:go(\'b0\')" onMouseOver="showblk(\'2\')"><img src="'+path+'IMAGES/LB/'+img_src_b+'" border="0" width="110" height="43" alt=""></a></td>';
//nav_header += '<td class="lGray2"><span class="lGray1"><a href="javascript:void(0);" onMouseOver="showblk(\'3\')" style="cursor:default;"><img src="'+path+'IMAGES/LB/'+img_src_c+'" border="0" width="110" height="43" alt=""></a></span></td>';
// SPIRITS with linkpath
nav_header += '<td class="lGray2"><span class="lGray1"><a href="javascript:go(\'c0\')" onMouseOver="showblk(\'3\')"><img src="'+path+'IMAGES/LB/'+img_src_c+'" border="0" width="110" height="43" alt=""></a></span></td>';
nav_header += '<td class="Gray1"><span class="lGray2"><a href="javascript:go(\'d0\')" onMouseOver="showblk(\'4\')"><img src="'+path+'IMAGES/LB/'+img_src_d+'" border="0" width="110" height="43" alt=""></a></span></td>';
nav_header += '</tr><tr>';
nav_header += '<td colspan="6" class="cGray" align="right"><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_header += '</tr><tr>';
nav_header += '<td bgcolor="#FFFFFF"><img src="'+path+'IMAGES/pix.gif" width="1" height="3" alt=""></td>';
nav_header += '<td bgcolor="#FFFFFF"><img src="'+path+'IMAGES/pix.gif" width="1" height="3" alt=""></td>';
nav_header += '<td bgcolor="#FFFFFF"><img src="'+path+'IMAGES/pix.gif" width="1" height="3" alt=""></td>';
nav_header += '<td class="lGray2"><img src="'+path+'IMAGES/pix.gif" width="1" height="3" alt=""></td>';
nav_header += '<td class="Gray1"><img src="'+path+'IMAGES/pix.gif" width="1" height="3" alt=""></td>';
nav_header += '<td class="Gray2"><img src="'+path+'IMAGES/pix.gif" width="1" height="3" alt=""></td>';
nav_header += '</tr><tr>';
nav_header += '<td colspan="6" class="cGray"><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_header += '</tr></table>';


nav_header += '<!-- HEADER/==================================================== -->';

document.write(nav_header);
