
function bcolor(bcol,d_name)
{
if (document.all)
{
 var thestyle= eval ('document.all.'+d_name+'.style');
 thestyle.backgroundColor=bcol;
 }
}
/*function openit(sURL){
newwindow=open(sURL,"newwin","scrollbars=no, toolbar=no, 
directories=no, menu bar=no, resizable=yes, 
status=yes, width=600, height=500");
}*/

