<!--
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="red";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="verdana";
linkFontSize="1.5";
linkBGColor="Tan";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Dravidar Kazhagam"; 
///////////////////////////
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Party History"] //create header
ssmItems[1]=["Introduction", "intro.htm", "main"]
ssmItems[2]=["Periyar's Public Life", "publiclife.htm","main"]
ssmItems[3]=["Movements Stand", "move.htm", "main"]
ssmItems[4]=["Resolutions", "reso.htm", "main"]
ssmItems[5]=["Shaping of Youngsters", "students.htm", "main"]
ssmItems[6]=["Superstition & Violence", "super.htm", "main"]
ssmItems[7]=["Events before DK", "events.htm", "main"]
ssmItems[8]=["Triple Aspects", "triple.htm", "main" ] //create two column row
ssmItems[9]=["Caste Eradication", "steps.htm", "main"]
ssmItems[10]=["Delhi Centre Demolition", "demophoto.htm", "main"]
ssmItems[11]=["General", "general.htm", "main"]
/*ssmItems[13]=["Contact Us", "contact.htm","main"]
ssmItems[14]=["Home", "main.htm", "main"] */

buildMenu();
//-->
