var ver = "n3"; bName = navigator.appName; bVer = parseInt(navigator.appVersion); if (bName == "Netscape" && bVer <= 3) ver = "n3"; else if (bName == "Netscape" && bVer >= 4) ver = "n4"; else if (bName == "Microsoft Internet Explorer" && bVer <= 3) ver = "e3"; else if (bName == "Microsoft Internet Explorer" && bVer >= 4) ver = "e4"; function win1() { wind = open('', '',''); wind.location.href = "http://www.education.nic.in/htmlweb/scho.htm"; } //Making a menu object oMenu=new menuObj('oMenu') //Setting menu object variables // Use this instead! (some styles are there by default, like position:absolute ++) oMenu.clMain='padding:0px; font-family:verdana; font-size:12px; font-weight:bold; text-align:left' oMenu.clSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu.clSubSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu.clAMain='text-decoration:none; color:white' oMenu.clASub='text-decoration:none; color:white' oMenu.clASubSub='text-decoration:none; color:white' //Background bar properties oMenu.backgroundbar=0 oMenu.backgroundbarfromleft=35 oMenu.backgroundbarfromtop=0 oMenu.backgroundbarsize="100%" oMenu.backgroundbarcolor="#46518C" if ((ver == "n4") || (ver == "n3")) { oMenu.mainheight=19 oMenu.mainwidth=150 } else { oMenu.mainheight=19 oMenu.mainwidth=150 } /*These are new variables. In this example they are set like the previous version*/ oMenu.subwidth=oMenu.mainwidth oMenu.subheight=20 oMenu.subsubwidth=oMenu.mainwidth oMenu.subsubheight=oMenu.subheight //Writing out the style for the menu (leave this line!) oMenu.makeStyle() oMenu.subplacement=oMenu.mainheight oMenu.subsubXplacement=oMenu.subwidth+0 oMenu.subsubYplacement=0 oMenu.mainbgcoloroff='46518C' oMenu.mainbgcoloron='46518C' oMenu.subbgcoloroff='#323A64' oMenu.subbgcoloron='#323A64' oMenu.subsubbgcoloroff='#323A64' oMenu.subsubbgcoloron='#323A64' oMenu.stayoncolor=1 oMenu.menuspeed=15 oMenu.menusubspeed=15 oMenu.menurows=1 oMenu.menueventon="mouse" oMenu.menueventoff="mouse" oMenu.menuplacement=0 oMenu.pxbetween=150 numberofmenus=1 menutotalwidth=oMenu.mainwidth*numberofmenus+oMenu.pxbetween*(numberofmenus-1) if ((ver == "n4") || (ver == "n3")) { oMenu.fromleft=0 } else { oMenu.fromleft=0 } oMenu.backgroundbarfromleft=oMenu.fromleft oMenu.backgroundbarsize=menutotalwidth if ((ver == "n4") || (ver == "n3")) { oMenu.fromtop=118 } else { oMenu.fromtop=112 } //MAIN 0 //Main items: // makeMain(MAIN_NUM,'TEXT','LINK') (set link to 0 if you want submenus of this menu item) oMenu.makeMain(0,'  Courses','allcourses.asp',0) //Sub items: // makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item) //oMenu.makeSub(0,0,'Course Content         ','coursecontents.asp',1) //oMenu.makeSub(0,1,'Engineering            ','alpha.asp?category=`ENG`',7) //oMenu.makeSub(0,2,'Medicine          ','sub.asp?category=`MED`',7) //oMenu.makeSub(0,3,'Computer Science    ','content.asp?category=`CC`',7) //oMenu.makeSub(0,4,'Management Studies      ','sub.asp?category=`MAGT`',7) //oMenu.makeSub(0,5,'Commerce Plus          ','sub.asp?category=`COMS`',7) //oMenu.makeSub(0,6,'Defence & Security         ','alpha.asp?category=`AF`',7) //When all the menus are written out we initiates the menu oMenu.construct() //next menu1 ******************************************************************** //Making a menu object oMenu1=new menuObj('oMenu1') //Setting menu object variables //Style variables NOTE: The stylesheet have been removed. Use this instead! (some styles are there by default, like position:absolute ++) oMenu1.clMain='padding:0px; font-family:verdana; font-size:12px; font-weight:bold; text-align:left' oMenu1.clSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu1.clSubSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu1.clAMain='text-decoration:none; color:white' oMenu1.clASub='text-decoration:none; color:white' oMenu1.clASubSub='text-decoration:none; color:white' //Background bar properties oMenu1.backgroundbar=0 oMenu1.backgroundbarfromleft=100 oMenu1.backgroundbarfromtop=0 oMenu1.backgroundbarsize="100%" oMenu1.backgroundbarcolor="#46518C" if ((ver == "n4") || (ver == "n3")) { oMenu1.mainheight=19 oMenu1.mainwidth=170 } else { oMenu1.mainheight=19 oMenu1.mainwidth=170 } /*These are new variables. In this example they are set like the previous version*/ oMenu1.subwidth=oMenu1.mainwidth oMenu1.subheight=25 oMenu1.subsubwidth=oMenu1.mainwidth oMenu1.subsubheight=oMenu1.subheight //Writing out the style for the menu (leave this line!) oMenu1.makeStyle() oMenu1.subplacement=oMenu1.mainheight oMenu1.subsubXplacement=oMenu1.subwidth+0 oMenu1.subsubYplacement=0 oMenu1.mainbgcoloroff='46518C' oMenu1.mainbgcoloron='46518C' oMenu1.subbgcoloroff='#323A64' oMenu1.subbgcoloron='#323A64' oMenu1.subsubbgcoloroff='#323A64' oMenu1.subsubbgcoloron='#323A64' oMenu1.stayoncolor=1 oMenu1.menuspeed=10 oMenu1.menusubspeed=15 oMenu1.menurows=1 oMenu1.menueventon="mouse" oMenu1.menueventoff="mouse" //Placement of the menuitems oMenu1.menuplacement=0 oMenu1.pxbetween=150 numberofmenus=1 menutotalwidth=oMenu1.mainwidth*numberofmenus+oMenu1.pxbetween*(numberofmenus-1) if ((ver == "n4") || (ver == "n3")) { //alert("net1"); oMenu1.fromleft=100 } else { //alert("ie1"); oMenu1.fromleft=100 } //Righ align the backgroundbar aswell: oMenu1.backgroundbarfromleft=oMenu1.fromleft //If you want the backgroundbar to be the same size: oMenu1.backgroundbarsize=menutotalwidth //This is how much from the top the menu should be. if ((ver == "n4") || (ver == "n3")) { //alert("net2"); oMenu1.fromtop=118 } else { //alert("ie2"); oMenu1.fromtop=112 } //Main items: // makeMain(MAIN_NUM,'TEXT','LINK') (set link to 0 if you want submenus of this menu item) //oMenu1.makeMain(0,'  Institutes',0) // this line is commented by sharad on 27-05-06 for removed the dead link //Sub items: // makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item) oMenu1.makeSub(0,0,'Overview            ','eduindia.asp',5) oMenu1.makeSub(0,1,'Indian Schools            ','copymumbaiboard.asp?category=`MUMBRD`',5) oMenu1.makeSub(0,2,'Indian Libraries          ','library.asp?id=1',5) oMenu1.makeSub(0,3,'Boarding Schools       ','content.asp?category=`BRD`',5) //oMenu1.makeSub(0,4,'Board Papers          ','survivalkit/index1.asp?cat=9&sub=22',5) oMenu1.makeSub(0,4,'Universities & Institutes          ','universities.asp',5) //SubSub items: // makeSubSub(MAIN_NUM,SUB_NUM,SUBSUB_NUM,'TEXT','LINK',TOTAL) oMenu1.construct() //next menu2 *************************************************************** //Making a menu object oMenu2=new menuObj('oMenu2') //Setting menu object variables oMenu2.clMain='padding:0px; font-family:verdana; font-size:11px; font-weight:bold; text-align:right' oMenu2.clSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu2.clSubSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu2.clAMain='text-decoration:none; color:white' oMenu2.clASub='text-decoration:none; color:white' oMenu2.clASubSub='text-decoration:none; color:white' //Background bar properties oMenu2.backgroundbar=0 oMenu2.backgroundbarfromleft=15 oMenu2.backgroundbarfromtop=0 oMenu2.backgroundbarsize="100%" oMenu2.backgroundbarcolor="#46518C" if ((ver == "n4") || (ver == "n3")) { oMenu2.mainheight=19 oMenu2.mainwidth=70 } else { oMenu2.mainheight=19 oMenu2.mainwidth=120 } /*These are new variables. In this example they are set like the previous version*/ oMenu2.subwidth=oMenu2.mainwidth oMenu2.subheight=20 oMenu2.subsubwidth=oMenu2.mainwidth oMenu2.subsubheight=oMenu2.subheight //Writing out the style for the menu (leave this line!) oMenu2.makeStyle() oMenu2.subplacement=oMenu2.mainheight oMenu2.subsubXplacement=oMenu2.subwidth+0 oMenu2.subsubYplacement=0 oMenu2.mainbgcoloroff='46518C' oMenu2.mainbgcoloron='46518C' oMenu2.subbgcoloroff='#323A64' oMenu2.subbgcoloron='#323A64' oMenu2.subsubbgcoloroff='#323A64' oMenu2.subsubbgcoloron='#323A64' oMenu2.stayoncolor=1 oMenu2.menuspeed=10 oMenu2.menusubspeed=15 oMenu2.menurows=1 oMenu2.menueventon="mouse" oMenu2.menueventoff="mouse" //Placement of the menuitems oMenu2.menuplacement=0 oMenu2.pxbetween=150 numberofmenus=1 menutotalwidth=oMenu2.mainwidth*numberofmenus+oMenu2.pxbetween*(numberofmenus-1) if ((ver == "n4") || (ver == "n3")) { //alert("net1"); oMenu2.fromleft=260 } else { //alert("ie1"); oMenu2.fromleft=170 } oMenu2.backgroundbarfromleft=oMenu2.fromleft oMenu2.backgroundbarsize=menutotalwidth if ((ver == "n4") || (ver == "n3")) { //alert("net2"); oMenu2.fromtop=118 } else { //alert("ie2"); oMenu2.fromtop=112 } //Main items: // makeMain(MAIN_NUM,'TEXT','LINK') (set link to 0 if you want submenus of this menu item) oMenu2.makeMain(0,'After SSC','ssc/index.asp',0) //Sub items: // makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item) //oMenu2.makeSub(0,0,'Australia            ','eduabroad1.asp?cat=aus',1) //oMenu2.makeSub(0,1,'Canada          ','eduabroad1.asp?cat=can',4) //oMenu2.makeSub(0,2,'U.S.A.  ','uszone/index.asp',4) //oMenu2.makeSub(0,3,'United Kingdom      ','eduabroad1.asp?cat=uk',4) oMenu2.construct() //next menu3 ******************************************************************** //Making a menu object oMenu3=new menuObj('oMenu3') //Setting menu object variables oMenu3.clMain='padding:0px; font-family:verdana; font-size:11px; font-weight:bold; text-align:left' oMenu3.clSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu3.clSubSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu3.clAMain='text-decoration:none; color:white' oMenu3.clASub='text-decoration:none; color:white' oMenu3.clASubSub='text-decoration:none; color:white' //Background bar properties oMenu3.backgroundbar=0 oMenu3.backgroundbarfromleft=15 oMenu3.backgroundbarfromtop=0 oMenu3.backgroundbarsize="100%" oMenu3.backgroundbarcolor="#46518C" if ((ver == "n4") || (ver == "n3")) { oMenu3.mainheight=19 oMenu3.mainwidth=150 } else { oMenu3.mainheight=19 oMenu3.mainwidth=135 } oMenu3.subwidth=oMenu3.mainwidth oMenu3.subheight=20 oMenu3.subsubwidth=oMenu3.mainwidth oMenu3.subsubheight=oMenu3.subheight oMenu3.makeStyle() oMenu3.subplacement=oMenu3.mainheight oMenu3.subsubXplacement=oMenu3.subwidth+0 oMenu3.subsubYplacement=0 oMenu3.mainbgcoloroff='46518C' oMenu3.mainbgcoloron='46518C' oMenu3.subbgcoloroff='#323A64' oMenu3.subbgcoloron='#323A64' oMenu3.subsubbgcoloroff='#323A64' oMenu3.subsubbgcoloron='#323A64' oMenu3.stayoncolor=1 oMenu3.menuspeed=10 oMenu3.menusubspeed=15 oMenu3.menurows=1 oMenu3.menueventon="mouse" oMenu3.menueventoff="mouse" //Placement of the menuitems oMenu3.menuplacement=0 oMenu3.pxbetween=150 //Center aligned example: (page.x2==pageWidth) numberofmenus=1 menutotalwidth=oMenu3.mainwidth*numberofmenus+oMenu3.pxbetween*(numberofmenus-1) if ((ver == "n4") || (ver == "n3")) { //alert("net1"); oMenu3.fromleft=320 } else { //alert("ie1"); oMenu3.fromleft=290 } oMenu3.backgroundbarfromleft=oMenu3.fromleft oMenu3.backgroundbarsize=menutotalwidth if ((ver == "n4") || (ver == "n3")) { //alert("net2"); oMenu3.fromtop=118 } else { //alert("ie2"); oMenu3.fromtop=112 } //MAIN 0 //Main items: // makeMain(MAIN_NUM,'TEXT','LINK') (set link to 0 if you want submenus of this menu item) //oMenu3.makeMain(0,'          Study Abroad',0) // this line is commented by sharad on 27-05-06 for removed the dead link //Sub items: // makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item) oMenu3.makeSub(0,0,'Australia                ','eduabroad1.asp?cat=aus',4) oMenu3.makeSub(0,1,'Cananda                ','eduabroad1.asp?cat=can',4) oMenu3.makeSub(0,2,'U.S.A                ','uszone/index.asp',4) oMenu3.makeSub(0,3,'United Kingdom                ','eduabroad1.asp?cat=uk',4) //SubSub items: // makeSubSub(MAIN_NUM,SUB_NUM,SUBSUB_NUM,'TEXT','LINK',TOTAL) oMenu3.construct() //next menu4 ******************************************************************** //Making a menu object omenu4=new menuObj('omenu4') //Setting menu object variables //Style variables NOTE: The stylesheet have been removed. Use this instead! (some styles are there by default, like position:absolute ++) omenu4.clMain='padding:0px; font-family:verdana; font-size:12px; font-weight:bold; text-align:left' omenu4.clSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' omenu4.clSubSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' omenu4.clAMain='text-decoration:none; color:white' omenu4.clASub='text-decoration:none; color:white' omenu4.clASubSub='text-decoration:none; color:white' //Background bar properties omenu4.backgroundbar=0 omenu4.backgroundbarfromleft=10 omenu4.backgroundbarfromtop=0 omenu4.backgroundbarsize="100%" omenu4.backgroundbarcolor="#46518C" if ((ver == "n4") || (ver == "n3")) { omenu4.mainheight=19 omenu4.mainwidth=110 } else { omenu4.mainheight=19 omenu4.mainwidth=130 } /*These are new variables. In this example they are set like the previous version*/ omenu4.subwidth=omenu4.mainwidth omenu4.subheight=20 omenu4.subsubwidth=omenu4.mainwidth omenu4.subsubheight=omenu4.subheight //Writing out the style for the menu (leave this line!) omenu4.makeStyle() omenu4.subplacement=omenu4.mainheight omenu4.subsubXplacement=omenu4.subwidth+0 omenu4.subsubYplacement=0 omenu4.mainbgcoloroff='46518C' omenu4.mainbgcoloron='46518C' omenu4.subbgcoloroff='#323A64' omenu4.subbgcoloron='#323A64' omenu4.subsubbgcoloroff='#323A64' omenu4.subsubbgcoloron='#323A64' omenu4.stayoncolor=1 omenu4.menuspeed=10 omenu4.menusubspeed=15 omenu4.menurows=1 omenu4.menueventon="mouse" omenu4.menueventoff="mouse" //Placement of the menuitems omenu4.menuplacement=0 omenu4.pxbetween=150 numberofmenus=1 menutotalwidth=omenu4.mainwidth*numberofmenus+omenu4.pxbetween*(numberofmenus-1) if ((ver == "n4") || (ver == "n3")) { //alert("net1"); omenu4.fromleft=440 } else { //alert("ie1"); omenu4.fromleft=425 } //Righ align the backgroundbar aswell: omenu4.backgroundbarfromleft=omenu4.fromleft //If you want the backgroundbar to be the same size: omenu4.backgroundbarsize=menutotalwidth //This is how much from the top the menu should be. if ((ver == "n4") || (ver == "n3")) { //alert("net2"); omenu4.fromtop=118 } else { //alert("ie2"); omenu4.fromtop=112 } //Main items: // makeMain(MAIN_NUM,'TEXT','LINK') (set link to 0 if you want submenus of this menu item) // omenu4.makeMain(0,'          Aid',0) // this line is commented by sharad on 27-05-06 for removed the dead link //Sub items: // makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item) omenu4.makeSub(0,0,'Scholarships            ','scholarship1.asp?category=`SCH`',2) omenu4.makeSub(0,1,'Dept. of Education          ','javascript:win1()',2) //SubSub items: // makeSubSub(MAIN_NUM,SUB_NUM,SUBSUB_NUM,'TEXT','LINK',TOTAL) omenu4.construct() //next menu5 ******************************************************************** //Making a menu object omenu5=new menuObj('omenu5') //Setting menu object variables //Style variables NOTE: The stylesheet have been removed. Use this instead! (some styles are there by default, like position:absolute ++) omenu5.clMain='padding:0px; font-family:verdana; font-size:12px; font-weight:bold; text-align:left' omenu5.clSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' omenu5.clSubSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' omenu5.clAMain='text-decoration:none; color:white' omenu5.clASub='text-decoration:none; color:white' omenu5.clASubSub='text-decoration:none; color:white' //Background bar properties omenu5.backgroundbar=0 omenu5.backgroundbarfromleft=100 omenu5.backgroundbarfromtop=0 omenu5.backgroundbarsize="100%" omenu5.backgroundbarcolor="#46518C" if ((ver == "n4") || (ver == "n3")) { omenu5.mainheight=19 omenu5.mainwidth=140 } else { omenu5.mainheight=19 omenu5.mainwidth=169 } /*These are new variables. In this example they are set like the previous version*/ omenu5.subwidth=omenu5.mainwidth omenu5.subheight=20 omenu5.subsubwidth=omenu5.mainwidth omenu5.subsubheight=omenu5.subheight //Writing out the style for the menu (leave this line!) omenu5.makeStyle() omenu5.subplacement=omenu5.mainheight omenu5.subsubXplacement=omenu5.subwidth+0 omenu5.subsubYplacement=0 omenu5.mainbgcoloroff='46518C' omenu5.mainbgcoloron='46518C' omenu5.subbgcoloroff='#323A64' omenu5.subbgcoloron='#323A64' omenu5.subsubbgcoloroff='#323A64' omenu5.subsubbgcoloron='#323A64' omenu5.stayoncolor=1 omenu5.menuspeed=10 omenu5.menusubspeed=15 omenu5.menurows=1 omenu5.menueventon="mouse" omenu5.menueventoff="mouse" //Placement of the menuitems omenu5.menuplacement=0 omenu5.pxbetween=150 numberofmenus=1 menutotalwidth=omenu5.mainwidth*numberofmenus+omenu5.pxbetween*(numberofmenus-1) if ((ver == "n4") || (ver == "n3")) { //alert("net1"); omenu5.fromleft=525 } else { //alert("ie1"); omenu5.fromleft=510 } //Righ align the backgroundbar aswell: omenu5.backgroundbarfromleft=omenu5.fromleft //If you want the backgroundbar to be the same size: omenu5.backgroundbarsize=menutotalwidth //This is how much from the top the menu should be. if ((ver == "n4") || (ver == "n3")) { //alert("net2"); omenu5.fromtop=118 } else { //alert("ie2"); omenu5.fromtop=112 } //Main items: // makeMain(MAIN_NUM,'TEXT','LINK') (set link to 0 if you want submenus of this menu item) omenu5.makeMain(0,'    MBA Studies','iims.asp',0) //Sub items: // makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item) //omenu5.makeSub(0,0,'Board Papers            ','survivalkit/index1.asp?cat=9&sub=22',4) //omenu5.makeSub(0,1,'Online Tutorial          ','tutorials.asp',4) //omenu5.makeSub(0,2,'Competitive Exams          ','sub.asp?category=`CE`',4) //omenu5.makeSub(0,3,'Coping       ','survivalkit/index1.asp?cat=5&sub=10',4) //omenu5.makeSub(0,4,'Surviving Classes          ','survivalkit/index.asp?cat=1',5) //SubSub items: // makeSubSub(MAIN_NUM,SUB_NUM,SUBSUB_NUM,'TEXT','LINK',TOTAL) omenu5.construct() //next menu6 ******************************************************************** //Making a menu object oMenu6=new menuObj('oMenu6') //Setting menu object variables //Style variables NOTE: The stylesheet have been removed. Use this instead! (some styles are there by default, like position:absolute ++) oMenu6.clMain='padding:0px; font-family:verdana; font-size:12px; font-weight:bold; text-align:left' oMenu6.clSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu6.clSubSub='padding:5px; font-family:verdana; font-size:12px; text-align:left' oMenu6.clAMain='text-decoration:none; color:white' oMenu6.clASub='text-decoration:none; color:white' oMenu6.clASubSub='text-decoration:none; color:white' //Background bar properties oMenu6.backgroundbar=0 oMenu6.backgroundbarfromleft=100 oMenu6.backgroundbarfromtop=0 oMenu6.backgroundbarsize="100%" oMenu6.backgroundbarcolor="#46518C" if ((ver == "n4") || (ver == "n3")) { oMenu6.mainheight=19 oMenu6.mainwidth=140 } else { oMenu6.mainheight=19 oMenu6.mainwidth=135 } /*These are new variables. In this example they are set like the previous version*/ oMenu6.subwidth=oMenu6.mainwidth oMenu6.subheight=20 oMenu6.subsubwidth=oMenu6.mainwidth oMenu6.subsubheight=oMenu6.subheight //Writing out the style for the menu (leave this line!) oMenu6.makeStyle() oMenu6.subplacement=oMenu6.mainheight oMenu6.subsubXplacement=oMenu6.subwidth+0 oMenu6.subsubYplacement=0 oMenu6.mainbgcoloroff='46518C' oMenu6.mainbgcoloron='46518C' oMenu6.subbgcoloroff='#323A64' oMenu6.subbgcoloron='#323A64' oMenu6.subsubbgcoloroff='#323A64' oMenu6.subsubbgcoloron='#323A64' oMenu6.stayoncolor=1 oMenu6.menuspeed=10 oMenu6.menusubspeed=15 oMenu6.menurows=1 oMenu6.menueventon="mouse" oMenu6.menueventoff="mouse" //Placement of the menuitems oMenu6.menuplacement=0 oMenu6.pxbetween=150 numberofmenus=1 menutotalwidth=oMenu6.mainwidth*numberofmenus+oMenu6.pxbetween*(numberofmenus-1) if ((ver == "n4") || (ver == "n3")) { //alert("net1"); oMenu6.fromleft=655 } else { //alert("ie1"); oMenu6.fromleft=640 } //Righ align the backgroundbar aswell: oMenu6.backgroundbarfromleft=oMenu6.fromleft //If you want the backgroundbar to be the same size: oMenu6.backgroundbarsize=menutotalwidth //This is how much from the top the menu should be. if ((ver == "n4") || (ver == "n3")) { //alert("net2"); oMenu6.fromtop=118 } else { //alert("ie2"); oMenu6.fromtop=112 } //Main items: // makeMain(MAIN_NUM,'TEXT','LINK') (set link to 0 if you want submenus of this menu item) // oMenu6.makeMain(0,'   Exams','',0) // this line is commented by sharad on 27-05-06 for removed the dead link //Sub items: // makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL) (set link to 0 if you want submenus of this menu item) oMenu6.makeSub(0,0,'Board Papers    ','survivalkit/index1.asp?cat=9&sub=22',4) oMenu6.makeSub(0,1,'Online Tutorial    ','tutorials.asp',4) oMenu6.makeSub(0,2,'Competitive Exams    ','sub.asp?category=`CE`',4) oMenu6.makeSub(0,3,'Coping   ','survivalkit/index1.asp?cat=5&sub=10',4) //oMenu6.makeSub(0,4,'Surviving Classes    ','survivalkit/index.asp?cat=1',5) //SubSub items: // makeSubSub(MAIN_NUM,SUB_NUM,SUBSUB_NUM,'TEXT','LINK',TOTAL) oMenu6.construct()