function headerWinEmpty(color){
document.write('<tr><td bgcolor="'+color_back+'"><table align="right" width="100%" cellpadding="5" cellspacing="0" style="border:#ffb997 1px solid"><tr><td bgcolor="'+color+'">');
}

function headerWin(string,color){
document.write('<tr><td bgcolor="'+color_back+'"><table align="right" width="100%" cellpadding="0" cellspacing="0" style="border:#ffb997 1px solid">');
document.write('<tr><td><table align="right" width="100%" cellpadding="0" cellspacing="0">');
document.write('<td class="text" height="22" bgcolor="'+color_dark+'" width="15" background="/cnf/graphics/ms21.gif">&nbsp;</td>');
document.write('<td class="text" height="22" bgcolor="'+color_dark+'" background="/cnf/graphics/ms1.gif">'+string+'</td>');
document.write('<td class="text" height="22" bgcolor="'+color_dark+'" width="15" background="/cnf/graphics/ms12.gif">&nbsp;</td>');
document.write('</table></td></tr>');
document.write('<tr><td bgcolor="'+color+'"><table width="100%" cellpadding="5" cellspacing="5"><td class="text">');
}

function headerWinDate(string,date,color){
document.write('<tr><td bgcolor="'+color_back+'"><table align="right" width="100%" cellpadding="0" cellspacing="0"  style="border:#ffb997 1px solid">');
document.write('<tr><td><table align="right" width="100%" cellpadding="0" cellspacing="0">');
document.write('<td class="text" height="22" bgcolor="'+color_dark+'" width="15" background="/cnf/graphics/ms21.gif">&nbsp;</td>');
document.write('<td class="text" height="22" bgcolor="'+color_dark+'" background="/cnf/graphics/ms1.gif">'+string+'</td>');
document.write('<td class="text" height="22" bgcolor="'+color_dark+'" width="15" background="/cnf/graphics/ms12.gif">&nbsp;</td>');
document.write('<td class="textsmb" height="22" width="80" bgcolor="'+color_main+'" background="/cnf/graphics/ms2.gif" align="right">'+date+'</td>');
document.write('</table></td></tr><tr><td bgcolor="'+color+'"><table width="100%" cellpadding="5" cellspacing="5"><td class="textjf">');
}

function footerWin(){
document.write('</td></table></td></tr></table></td></tr>');
}

function footerWinEmpty(){
document.write('</td></tr></table></td></tr>');
}

function toggle(objname) {
if(objname.style.display=='none') objname.style.display='';
else objname.style.display='none';
}




