function SetTopLink(lnkGroup)
{
 var lnkObject = document.getElementById(lnkGroup);
 lnkObject.className = 'TopLinkOn';
}


var menuCommand;
dmbAPI_Init();
dmbAPI_addGroup("grpNews");
dmbAPI_addGroup("grpCurrent");
dmbAPI_addGroup("grpForthcoming");

menuCommand=dmbAPI_addCommand("grpNews", "DIV 21 ANNOUNCED!");
dmbAPI_setOnClick(menuCommand, "news.php?id=49");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");

menuCommand=dmbAPI_addCommand("grpNews", "DIVERSE RECORDS PRESENTS RICHMOND FONTAINE, LIVE IN CARDIFF");
dmbAPI_setOnClick(menuCommand, "news.php?id=48");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");

menuCommand=dmbAPI_addCommand("grpNews", "Diverse Records At SXSW 2010");
dmbAPI_setOnClick(menuCommand, "news.php?id=47");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");

menuCommand=dmbAPI_addCommand("grpNews", "Richmond Fontaine LP finally available!");
dmbAPI_setOnClick(menuCommand, "news.php?id=46");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");

menuCommand=dmbAPI_addCommand("grpNews", "DIV 019 and 020 finish off a busy year!");
dmbAPI_setOnClick(menuCommand, "news.php?id=45");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");



menuCommand=dmbAPI_addCommand("grpCurrent", "Richmond Fontaine: We Used To Think The Freeway Sounded Like A River");
dmbAPI_setOnClick(menuCommand, "current.php?id=31");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");

menuCommand=dmbAPI_addCommand("grpCurrent", "Idlewild: Post Electric Blues");
dmbAPI_setOnClick(menuCommand, "current.php?id=29");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");

menuCommand=dmbAPI_addCommand("grpCurrent", "The Duke & The King: Nothing Gold Can Stay");
dmbAPI_setOnClick(menuCommand, "current.php?id=30");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");

menuCommand=dmbAPI_addCommand("grpCurrent", "Eleanor McEvoy: Snapshots");
dmbAPI_setOnClick(menuCommand, "current.php?id=28");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");

menuCommand=dmbAPI_addCommand("grpCurrent", "Various: Heartworn Highways");
dmbAPI_setOnClick(menuCommand, "current.php?id=27");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");



menuCommand=dmbAPI_addCommand("grpForthcoming", "Chuck Prophet: Let Freedom Ring");
dmbAPI_setOnClick(menuCommand, "forthcoming.php?id=30");
dmbAPI_setFont(menuCommand, "Tahoma|B|N|N", "Tahoma|B|N|N", 12);
dmbAPI_setColor(menuCommand, "#EEEEEE", "#73ADD6", "#FFFFFF", "#73ADD6");



dmbAPI_setGroupWidth("grpNews", 270);
dmbAPI_setGroupWidth("grpCurrent", 340);
dmbAPI_setGroupWidth("grpForthcoming", 300);
