//configure below variable for menu width, position on page
var menuwidth=190
var offsetleft=5
var offsettop=100


function makeStatic() {
if (document.all) {object1.style.pixelTop=document.body.scrollTop+offsettop}
else{eval(document.object1.top=eval(window.pageYOffset+offsettop));}
setTimeout("makeStatic()",0);
}

if (document.all) {document.write('<DIV ALIGN="CENTER" ID="object1" STYLE="Position:absolute; Top:100; Left:11; Z-Index:5;cursor:hand;background-color:white"><TABLE BORDER="0" width="0" CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="black" bgcolor="#ECECCC">')}
else if (document.layers){ document.write('<LAYER top="20" name="object1" left="'+offsetleft+'" BGCOLOR=white><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="1"><TR><TD><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" width="0">')}

if (document.all||document.layers)
document.write('<TR><TD BGCOLOR="#DEDFA5" BORDERCOLORDARK="#99CCFF" BORDERCOLORLIGHT="#003399"><P ALIGN=CENTER><FONT SIZE="2" FACE=ARIAL>Menu</FONT></TD></TR>')

var menui = new Array();
var menul = new Array();

//configure below for menu items. Extend list as desired

menui[0]="H o m e";
menui[1]="R e c o g n i t i o n";
menui[2]="C e r t i f i c a t e";
menui[3]="S i t e  - M a p";
menui[4]="A b o u t   u s ";
menui[5]="C o n t a c t  U s";
menui[6]="A b o u t  B i k a n e r";

menul[0]="http://www.bcel.org";
menul[1]="http://www.bcel.org/info/certificates/noti.html";
menul[2]="http://www.bcel.org/info/certificates/certificate.html";
menul[3]="http://www.bcel.org/info/sitemap.html";
menul[4]="http://www.bcel.org/info/aboutus.html";
menul[5]="http://www.bcel.org/info/contact.html";
menul[6]="http://www.bikanerguide.com";

for (i=0;i<=menui.length-1;i++)
if (document.all) {document.write('<TR><TD BORDERCOLOR="white" ONCLICK="location=\''+menul[i]+'\'" onmouseover="className=\'menuh\'" onMouseout="className=\'menu\'"><CENTER><font size="0" font color="#008000"><FONT>'+menui[i]+'</FONT></TD></TR>')}
else if (document.layers){document.write('<TR><TD BGCOLOR="white"><ILAYER><LAYER width="'+menuwidth+'" onmouseover="bgColor=\'yellow\'" onmouseout="bgColor=\'black\'"><CENTER><A HREF="'+menul[i]+'" class=menulinks>'+menui[i]+'</A></CENTER></LAYER></ILAYER></TD></TR>')}

if (document.all) {document.write('</TABLE></DIV>')}
else if (document.layers){document.write('</TABLE></TD></TR></TABLE></LAYER>')}

function menu3(){
if (document.all||document.layers)
makeStatic()
}

window.onload=menu3

