function BoxTop(Color, Width, Height, Title)
{
 Height=Height-46;
 document.write('<table cellpadding=3 border=0 cellspacing=0 width='+Width+'><tr><td>');
 document.write('<table cellspacing=0 cellpadding=0 border=0 width=100% class=small>');
 document.write('<tr valign=top><td width=12><img src=/box/'+Color+'-tl.gif width=12 height=13></td><td align=center  background=/box/bk-'+Color+'.jpg><font color=white>'+Title+'</font></td><td width=12><img src=/box/'+Color+'-tr.gif width=12 height=13></td></tr>');
 document.write('<tr valign=top background=/box/bk-'+Color+'.jpg><td background=/box/bk-'+Color+'.jpg><img src=/box/clear.gif width=1 height='+Height+' align=left></td><td background=/box/bk-'+Color+'.jpg>');
}

function BoxBottom(Color)
{
 document.write('</td><td background=/box/bk-'+Color+'.jpg></td></tr>');
 document.write('<tr><td width=12><img src=/box/'+Color+'-bl.gif width=12 height=12></td><td background=/box/bk-'+Color+'.jpg></td><td width=12><img src=/box/'+Color+'-br.gif width=12 height=12></td></tr>');
 document.write('</table>');
 document.write('</td></tr></table>');
}

function PopUp(URL, Width, Height, Other) { window.open(URL,'frame'+Width,'width='+Width+',height='+Height+Other); }

