<!--

/*
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="#FF0000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#FF0000";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="left";
barBGColor="#FF0000";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barHAlign="center";
barWidth=9; // 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>- <font color='blue'>Rs 19000</font>", "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<br> (1886-2010) <br>- <font color='blue'>Rs 9500</font>", "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 <br>(1913-2010) <br>- <font color='blue'>Rs 9100</font>", "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 <br>(1994-2010) <br>- <font color='blue'>Rs 4500</font>", "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>- <font color='blue'>Rs 1500</font>", "http://www.taxmann.com/eTaxmann.aspx", "http://www.taxmann.com/Sitesubscription/Images/DTL%20Module.pdf"]
ssmItems[6]=["SMS SERVICE<br>- <font color='blue'>Rs 750</font>", "http://www.taxmann.com/SMSHome.aspx", "http://www.taxmann.com/Sitesubscription/Images/DTL%20Module.pdf"]


//-->