<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=168; // no quotes!!
XOffset=0;
staticYOffset=100; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // 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=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="1";
hdrFontColor="white";
//hdrbackground-image="../Images/Menu2back.gif"//background-image: url()
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FDFDD6";
//linkOverFontColor="Green"
linkTarget="_top";
linkAlign="Left";
barBGColor="#740101";
barFontFamily="Arial";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NCRP QUICK MENU"; // <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]=["Project Link"] //create header
ssmItems[1]=["PBCR", "http://www.pbcrindia.org","_new"]
ssmItems[2]=["HBCR", "HBCR_WEBSITE/index.aspx","_new"]
ssmItems[3]=["Development of Atlas of Cancer in India", "Cancer_Atlas_India/index.htm", "_new"]
ssmItems[4]=["Development of Atlas of Cancer in Punjab", "PCA/PCA/index1.aspx", "_new"]
ssmItems[5]=["Patterns of Care and Survival Studies", "http://www.hbccrindia.org", "_new"]
ssmItems[6]=["Top Menu", "", ""] //create header
ssmItems[7]=["Home", "index.aspx", ""]
ssmItems[8]=["About NCRP", "About_NCRP.aspx", ""]
ssmItems[9]=["Career", "Career.aspx", ""]
ssmItems[10]=["Feedback", "FeedBack.aspx", "", 1, "no"] //create two column row
ssmItems[11]=["Contact Us", "Contact_Us.aspx", "",1]

ssmItems[12]=["Photo Gallery", "Photo_Gallery.aspx", ""]
ssmItems[13]=["Co-Ordinating Centres", "Coordinating_Centres.aspx", ""]
ssmItems[14]=["NCRP Structure", "Steering_Committee.aspx", ""]
ssmItems[15]=["Annual Reports/Publications", "Annual_Reports.aspx", ""]


buildMenu();

//-->
