<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // 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="#CC3333";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#CC3333";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#DCDCDC";
linkTarget="_top";
linkAlign="left";
barBGColor="#CC3333";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barHAlign="center";
barWidth=10; // no quotes!!
barText="SUBSCRIPTION PLANS"; // <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]=["SUBSCRIPTION PLANS"] //create header
ssmItems[1]=["FULL ACCESS MODULE <br>- Rs 19000", "http://www.taxmann.com/SubscriptionViewPlan.aspx?PlanId=e0bb5461-762f-44b8-b15e-3b562fd4654f", "http://www.taxmann.com/Sitesubscription/Images/DTL%20Module.pdf"]
ssmItems[2]=["DIRECT TAX LAWS (1886-2010) <br>- Rs 9500", "http://www.taxmann.com/SubscriptionViewPlan.aspx?PlanId=f686423c-deee-43b9-b19c-18cea8d66efa", "http://www.taxmann.com/Sitesubscription/Images/DTL%20Module.pdf"]
ssmItems[3]=["CORPORATE LAWS (1913-2010) <br>- Rs 9100", "http://www.taxmann.com/SubscriptionViewPlan.aspx?PlanId=f3405a5c-3f48-469e-bcd6-a7343a89a7af", "http://www.taxmann.com/Sitesubscription/Images/DTL%20Module.pdf"]
ssmItems[4]=["SERVICE TAX LAW (1994-2010) <br>- Rs 4500", "http://www.taxmann.com/SubscriptionViewPlan.aspx?PlanId=2135bbac-b03b-4d69-80e2-b5df7e50b4e0", "http://www.taxmann.com/Sitesubscription/Images/DTL%20Module.pdf"]
ssmItems[5]=["E-TAXMANN<br>- Rs 1500", "http://www.taxmann.com/eTaxmann.aspx", "http://www.taxmann.com/Sitesubscription/Images/DTL%20Module.pdf"]
ssmItems[6]=["SMS SERVICE<br>- Rs 750", "http://www.taxmann.com/SMSHome.aspx", "http://www.taxmann.com/Sitesubscription/Images/DTL%20Module.pdf"]
buildMenu();

//-->