if(typeof(basePath)=="undefined") { basePath=''; }
if(typeof(strPath)=="undefined") { strPath=''; }

document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#41496A" background="' + strPath + 'images/background-header.jpg">');
document.writeln('<tr>');
document.writeln('<td align=left valign=top width="517"><img name="headerleft" src="' + basePath + 'images/header-left.jpg" width="517" height="111" border="0" alt="" ismap usemap="#m_headerleft"></td>');
document.writeln('<td>&nbsp;</td>');
document.writeln('<td align=right valign=top width="255"><a href="' + strPath + 'index.html"><img name="headerright" src="' + basePath + 'images/header-right.jpg" width="255" height="111" border="0" alt=""></a></td>');
document.writeln('</tr>');
document.writeln('</table>');

document.writeln('<map name="m_headerleft">');
document.writeln('<area shape="rect" coords="6,4,124,106" href="' + strPath + 'index.html" alt="" >');
document.writeln('</map>');