<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=40; // 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="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#ededed";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#c4c4c4";
linkOverBGColor="#f2f2f2";
linkTarget="_top";
linkAlign="Left";
barBGColor="#c4c4c4";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="QUICK LINKS"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["GO TO HOME PAGE", "http://highcourt.chd.nic.in/newhcpage/default.htm", ""]
ssmItems[1]=["Case Status ", "#", ""]

ssmItems[2]=["Filing Status", "http://highcourt.chd.nic.in/underdev.htm", ""]

ssmItems[3]=["Daily Cause Lists", "#", ""]

ssmItems[4]=["Judgment and Orders", "", ""] //create header
ssmItems[5]=["Case No.", "http://hcph.hry.nic.in/orders/orders.php", "", 1, "no"] //create two column row
ssmItems[6]=["Date", "http://highcourt.chd.nic.in/underdev.htm", "",1]
ssmItems[7]=["Hon'ble Judges", "http://highcourt.chd.nic.in/newhcpage/sittingjudges.htm", ""]

buildMenu();

//-->
