/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'95%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:250 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["District At a Glance"], //create header
["About District", "http://mansa.nic.in/html/about.html",""],
["Administrative Setup", "http://mansa.nic.in/html/adminsetup.html",""],
["District At a Glance", "http://mansa.nic.in/html/area.html", ""],
["Education", "http://mansa.nic.in/html/education.html", ""],
["Health", "http://mansa.nic.in/html/health.html", ""],
["Photogallery", "http://mansa.nic.in/html/photogallery.html", ""],
["Download Forms", "http://mansa.nic.in/html/utilityforms.html", ""],

["Online Status"], 

["Suwidha Status", "http://mansa.nic.in/html/onlinesuwidha.aspx", ""],

["Passport Status", "http://164.100.17.25/passmain.php?city=chd", ""],
["Pensioner's Status", "http://mansa.nic.in/html/onlinepension.html", ""],
["SSWCD Status", "http://mansa.nic.in/html/ICDS.HTML", ""],

["R.T.I"],
["RTI Manual (DC office Mansa)", "http://mansa.nic.in/pdf/RTIManualDCMansa.pdf", ""],
["RTI Manual (Suwidha)", "http://mansa.nic.in/pdf/RTISuwidhaMansa.pdf", ""],

["External Links"],

["State Telephone Directory", "http://www.punjab.bsnl.co.in/directory1.htm", "_new"],
["India Telephone Directory", "http://bsnl.co.in/map.htm", "_new"],
["Important STD Codes", "http://bsnl.co.in/stdsearch.php", "_new"],
["Important ISD Codes", "http://bsnl.co.in/isdsearch.php", "_new"],
["Railways Enquiry", "http://www.indianrail.gov.in/", "_new"],
["State Village Directory", "http://punjab.gov.in/", "_new"],

["Exam Results", "http://results.nic.in/", "_new"]



]}; // REQUIRED!! do not edit or remove


menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'IMPORTANT WEBSITES',
menupos:'right',
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

["Punjab Govt Website", "http://punjabgovt.nic.in/", "_new"],
["Government of India", "http://india.gov.in/", "_new"],
["Mansa Police Website", "http://mansapolice.org/", "_new"],
["Districts of India", "http://districts.nic.in", "_new"],
["Punjab School Education Board", "http://www.pseb.ac.in/", "_new"],
["Indian Passport", "http://passport.gov.in/", "_new"],
["Chief Electoral Officer Punjab", "http://ceopunjab.nic.in/", "_new"],
["Election Commission of India", "http://eci.nic.in", "_new"],
["Punjab Sewa Portal", "http://www.punjabsewa.gov.in/default.jsp", "_new"],
["High Court of Punjab & Haryana", "http://www.highcourtchd.gov.in/index.php", "_new"],
["Department of IT Punjab", "http://www.doitpunjab.gov.in/", "_new"],
["Punjab Revenue Department", "http://www.punjabrevenue.nic.in/", "_new"],
["Punjab Tourism", "http://www.punjabtourism.gov.in/", "_new"],
["Supreme Court of India", "www.supremecourtofindia.nic.in/", "_new"],
["Indian Railway", "http://www.indianrail.gov.in/", "_new"],
["Know your PAN Details", "https://incometaxindiaefiling.gov.in/portal/knowpan.do", "_new"],
["Income Tax Department", "http://www.incometaxindia.gov.in/home.asp", "_new"],
]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
