/*************************

	Designer : M. Abu Faisal
	Belongs to : Prof. Dr. M. Abu Bakr's website
	Created : May 03, 2009
	Time : 11:16 pm BDT
	
	-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	Tips : Please do not try to edit the following code, it may break the script.
	-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	
**************************/
var isIE=isNN=isOP=isFFX=isSFR=otherBrw=false;
(function(){
		var ua=navigator.userAgent.toLowerCase();
		if(ua.indexOf("msie")!=-1) isIE=true;
		else if(ua.indexOf("firefox")!=-1) isFFX=true;
		else if(ua.indexOf("netscape")!=-1) isNN=true;
		else if(ua.indexOf("opera")!=-1) isOP=true;
		else if(ua.indexOf("safari")!=-1) isSFR=true;
		else otherBrw=true;
	})();
(function(){
/*document.oncontextmenu=showContext;*/ 
	var now=new Date(),nST="",am=true,day=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],month=["January","February","March","April","May","June","July","August","September","October","November","December"];if(now){nST+=day[now.getDay()]+", ";nST+=month[now.getMonth()]+" ";if(now.getDate()<10) nST+="0";nST+=now.getDate()+", ";nST+=now.getFullYear();var divOb;if((divOb=document.getElementById('tdy'))!=null) with (divOb) innerHTML=unescape(nST);}})();

function init(){
	//alert("init");
	var obj;
	if("undefined" == MAB.search || null == MAB.search) MAB.search=new Object();
	
	MAB._ste=new Object();
	MAB._ste.msg={menuSlideError:"Menu animation can not be performed due to some error in the script."};
	
	MAB.search._frm=fObj('srchfrm');
	MAB.search._val=fObj('q');
	MAB.search._btn=fObj('btnG');
	MAB.search.whr=fObj('whr');
	MAB.search._rdo1=fObj('rb1');
	MAB.search._rdo2=fObj('rb2');
	
	MAB.mnTm=fObj('mnitm');
	MAB.mnTm._nm=parseInt(MAB.mnTm.value);
	MAB._ltm=new Object();
	MAB._ltm.bx=new Array();
	for(var i=0;i<MAB.mnTm._nm;i++){
		MAB._ltm.bx[i]=new Array();
		MAB._ltm.bx[i][0]=fObj("mnitm"+(i+1));
		MAB._ltm.bx[i][1]="hidden";
	}
	MAB._ltm.index=new Number(0);
	
	MAB.search._rdo1.onclick=function(){
		MAB.search._btn.value="Search the web";
		MAB.search.whr.value="web";
	};
	MAB.search._rdo2.onclick=function(){
		MAB.search._btn.value="Search this site";
		MAB.search.whr.value="mab";
	};
	setTimeout(function(){if(MAB.search.whr.value=='web'){MAB.search._btn.value="Search the web";}else{MAB.search._btn.value="Search this site";}},150);
	MAB.search._val.onblur=function(){
		if(MAB.search._val.value.length==MAB.search._val.value.split(" ").length-1)
			MAB.search._val.value="";
	};
	MAB.search._val.onfocus=function(){
	};
	MAB.search._frm.onsubmit=function(){
		if(MAB.search._val.value.length==MAB.search._val.value.split(" ").length-1){
			MAB.search._val.value="";
			return false;
		}
	};
	
	sldNvMn();
};
/*Initiate Nav Menu*/
function sldNvMn(){
	var obj;
	if((obj=fObj('navmenu'))!=null && 'undefined' != typeof obj){
		try{
			if(obj.style){
				obj=obj.style;
				if(isNaN(parseInt(obj.top))){
					obj.top="35px";
				}
				obj.top=(parseInt(obj.top,10)-7)+"px";
			}
			
			if(parseInt(obj.top,10)!=0){
				if(MAB.tmrSld!=null) clearTimeout(MAB.tmrSld);
				MAB.tmrSld=setTimeout("sldNvMn()",50);
			}
			else{
				addNvMn();
				setOpacity("navlist",100,"6");
				if(MAB.tmrSld!=null) clearTimeout(MAB.tmrSld);
				MAB.tmrSld==null;
				obj=fObj('navmenubox');
				if(obj!=null){
					if(obj.style){
						obj=obj.style;
						obj.borderLeft="solid 1px #CCCCCC";
						obj.borderRight="solid 1px #CCCCCC";
						obj.borderTop="solid 1px #CCCCCC";
						obj.height="35px";
						obj.width="475px";
					}
				}
				setTimeout("sldLftMn('mnitm1')",200);
			}
		}catch(e){setTimeout("sldLftMn('mnitm1')",200);}
		
	}
};

function addNvMn(){
	MAB.navMenu=new Object();
	MAB.navMenu.tmr6=new Number(-1);
	
	var obj;
	if((obj=fObj('nvitm1'))!=null) {
		obj.onmouseover=function(){showMn(this,"movr");};
		obj.onmouseout=function(){hideMn(this);};
		obj.onclick=function(){showMn(this,"clk");};
	}
	if((obj=fObj('nvitm2'))!=null) {
		obj.onmouseover=function(){showMn(this,"movr");};
		obj.onmouseout=function(){hideMn(this);};
		obj.onclick=function(){showMn(this,"clk");};
	}
	if((obj=fObj('nvitm3'))!=null) {
		obj.onmouseover=function(){showMn(this,"movr");};
		obj.onmouseout=function(){hideMn(this);};
		obj.onclick=function(){showMn(this,"clk");};
	}
	if((obj=fObj('nvitm4'))!=null) {
		obj.onmouseover=function(){showMn(this,"movr");};
		obj.onmouseout=function(){hideMn(this);};
		obj.onclick=function(){showMn(this,"clk");};
	}
	if((obj=fObj('nvitm5'))!=null) {
		obj.onmouseover=function(){showMn(this,"movr");};
		obj.onmouseout=function(){hideMn(this);};
		obj.onclick=function(){showMn(this,"clk");};
	}
	if((obj=fObj('nvitm6'))!=null) {
		obj.onmouseover=function(){showMn(this,"movr");};
		obj.onmouseout=function(){hideMn(this);};
		obj.onclick=function(){showMn(this,"clk");};
		if((obj=fObj('nvlst6'))!=null) {
			obj.onmouseover=function(){showMenu(this,"movr");};
			obj.onmouseout=function(){hideMenu(this);};
		}
	}
};

function showMn(a,b){
	switch(b){
		case "movr":
			_rovNav(a);
			switch(parseInt(a.id.charAt(a.id.length-1))){
				case 1:
				case 3:
				case 4:
				case 5:
					return;
				default:
			}
			eval("MAB.navMenu.tmr"+parseInt(a.id.charAt(a.id.length-1))+"=setTimeout(function(){showMn(a,'clk');},400)");
			if(eval("shown"+a.id.charAt(a.id.length-1)+"==true")) eval("show"+a.id.charAt(a.id.length-1)+"=true");
			break;
		case "clk":
			clearTimeout(eval("MAB.navMenu.tmr"+parseInt(a.id.charAt(a.id.length-1))));
			switch(parseInt(a.id.charAt(a.id.length-1))){
				case 1:
				case 3:
				case 4:
				case 5:
					return;
				default:
			}
			a=fObj("nvlst"+parseInt(a.id.charAt(a.id.length-1)));
			if(74==parseInt(a.style.height)){
				_rovNav(fObj("nvitm"+parseInt(a.id.charAt(a.id.length-1))));
				return;
			}
			a.style.border="solid #333333 1px";
			a.style.visibility="visible";
			a.style.height="0px";
			setOpacity("navlist",100,a.id.charAt(a.id.length-1));
			var x;
			x=fObj("inner"+parseInt(a.id.charAt(a.id.length-1)));
			x.style.top="-74px";
			eval("MAB.navMenu.tmr"+parseInt(a.id.charAt(a.id.length-1))+"=setTimeout(function(){slideDown(a,x);},30)");
			break;
		default:
			throw new Error("Menu can not be loaded");
	}
};
var show1=show2=show3=show4=show5=show6=false;
function slideDown(c,d){
	eval("show"+c.id.charAt(c.id.length-1)+"=true");
	var h=parseInt(c.style.height),t=parseInt(d.style.top);
	c.style.height=(h+18)+"px";
	d.style.top=(t+18)+"px";
	clearTimeout(eval("MAB.navMenu.tmr"+parseInt(c.id.charAt(c.id.length-1))));
	if(t+18!=-2) eval("MAB.navMenu.tmr"+parseInt(c.id.charAt(c.id.length-1))+"=setTimeout(function(){slideDown(c,d);},30)");
	else {_rovNav(fObj("nvitm"+parseInt(c.id.charAt(c.id.length-1))));
	c.style.height=(h+20)+"px";
	d.style.top=(t+20)+"px";}
};

function vanishMenu(e){
	clearTimeout(eval("MAB.navMenu.tmr"+parseInt(e.id.charAt(e.id.length-1))));
	if(isIE){
		e.style.filter="Alpha(Opacity="+(parseInt(e.filters["Alpha"].opacity)-10)+")";
		if(parseInt(e.filters["Alpha"].opacity)>0){
			eval("MAB.navMenu.tmr"+parseInt(e.id.charAt(e.id.length-1))+"=setTimeout(function(){vanishMenu(e);},30)");
		}
		else{
			e.style.height="0px";
			e.style.border="solid #333333 0px";
			e.style.visibilty="hidden";
			e.style.filter="Alpha(Opacity=100)";
			var x=parseInt(e.id.charAt(e.id.length-1));
			var f=fObj("inner"+x);
			f.style.top="-74px";
		}
	}
	else if(isFFX || isOP || isSFR){
		e.style.opacity=""+(parseFloat(e.style.opacity)-0.1);
		if(parseFloat(e.style.opacity)>0){
			eval("MAB.navMenu.tmr"+parseInt(e.id.charAt(e.id.length-1))+"=setTimeout(function(){vanishMenu(e);},30)");
		}
		else{
			e.style.height="0px";
			e.style.border="solid #333333 0px";
			e.style.visibilty="hidden";
			e.style.opacity="1.0";
			var x=parseInt(e.id.charAt(e.id.length-1));
			var f=fObj("inner"+x);
			f.style.top="-74px";
		}
	}
	else if(isNN){
		e.style.MozOpacity=""+(parseFloat(e.style.MozOpacity)-0.1);
		if(parseFloat(e.style.MozOpacity)>0){
			eval("MAB.navMenu.tmr"+parseInt(e.id.charAt(e.id.length-1))+"=setTimeout(function(){vanishMenu(e);},30)");
		}
		else{
			e.style.height="0px";
			e.style.border="solid #333333 0px";
			e.style.visibilty="hidden";
			e.style.MozOpacity="1.0";
			var x=parseInt(e.id.charAt(e.id.length-1));
			var f=fObj("inner"+x);
			f.style.top="-74px";
		}
	}
	else{
		try{
			e.style.filter="Alpha(Opacity="+(parseInt(e.filters["Alpha"].opacity)-10)+")";
			if(parseInt(e.filters["Alpha"].opacity)>0){
				eval("MAB.navMenu.tmr"+parseInt(e.id.charAt(e.id.length-1))+"=setTimeout(function(){vanishMenu(e);},30)");
			}
			else{
				e.style.height="0px";
				e.style.border="solid #333333 0px";
				e.style.visibilty="hidden";
				e.style.filter="Alpha(Opacity=100)";
				var x=parseInt(e.id.charAt(e.id.length-1));
				var f=fObj("inner"+x);
				f.style.top="-74px";
			}
		}catch(e){}
		try{
			e.style.opacity=""+(parseFloat(e.style.opacity)-0.1);
			if(parseFloat(e.style.opacity)>0){
				eval("MAB.navMenu.tmr"+parseInt(e.id.charAt(e.id.length-1))+"=setTimeout(function(){vanishMenu(e);},30)");
			}
			else{
				e.style.height="0px";
				e.style.border="solid #333333 0px";
				e.style.visibilty="hidden";
				e.style.opacity="1.0";
				var x=parseInt(e.id.charAt(e.id.length-1));
				var f=fObj("inner"+x);
				f.style.top="-74px";
			}
		}catch(e){}
		try{
			e.style.MozOpacity=""+(parseFloat(e.style.MozOpacity)-0.1);
			if(parseFloat(e.style.MozOpacity)>0){
				eval("MAB.navMenu.tmr"+parseInt(e.id.charAt(e.id.length-1))+"=setTimeout(function(){vanishMenu(e);},30)");
			}
			else{
				e.style.height="0px";
				e.style.border="solid #333333 0px";
				e.style.visibilty="hidden";
				e.style.MozOpacity="1.0";
				var x=parseInt(e.id.charAt(e.id.length-1));
				var f=fObj("inner"+x);
				f.style.top="-74px";
			}
		}catch(e){}
	}
	
};

function menuOut(g){
	if(eval("show"+g.id.charAt(g.id.length-1)+"==false")){
		_rotNav(g);
		g=fObj("nvlst"+parseInt(g.id.charAt(g.id.length-1)));
		eval("MAB.navMenu.tmr"+parseInt(g.id.charAt(g.id.length-1))+"=setTimeout(function(){vanishMenu(g);},30)");
	}
}

function hideMn(a){
	switch(parseInt(a.id.charAt(a.id.length-1))){
		case 1:
		case 3:
		case 4:
		case 5:
			_rotNav(a);
			return;
		default:
	}
	eval("show"+a.id.charAt(a.id.length-1)+"=false");
	clearTimeout(eval("MAB.navMenu.tmr"+parseInt(a.id.charAt(a.id.length-1))));
	eval("MAB.navMenu.tmr"+parseInt(a.id.charAt(a.id.length-1))+"=setTimeout(function(){menuOut(a)},100)");
};

function _rovNav(o){
	var obj;
	if((obj=o)!=null) {
		obj.style.color="#FFFFFF";
		obj.style.backgroundColor="#99CC66";
		obj.style.height="20px";
		obj.style.width="67px";
		obj.style.border="solid #666666 1px";
		obj.style.cursor="pointer";
	}
};

function _rotNav(o){
	var obj;
	if((obj=o)!=null) {
		obj.style.color="#000000";
		obj.style.backgroundColor="Transparent";
		obj.style.height="22px";
		obj.style.width="69px";;
		obj.style.border="solid #666666 0px";
	}
};

function setOpacity(s,v,tp){
	var e;
	switch(s){
		case "navlist":
			if(tp=="all"){
				for(var i=1;i<=6;i++){
					e=fObj("nvlst"+i);
					if(isIE){
						e.style.filter="Alpha(Opacity="+parseInt(v)+")";
					}
					else if(isFFX || isOP || isSFR){
						e.style.opacity=""+(parseFloat(v)/100);
					}
					else if(isNN){
						e.style.MozOpacity=""+(parseFloat(v)/100);
					}
					else{
						try{
							e.style.filter="Alpha(Opacity="+parseInt(v)+")";
						}catch(e){}
						try{
							e.style.opacity=""+(parseFloat(v)/100);
						}catch(e){}
						try{
							e.style.MozOpacity=""+(parseFloat(v)/100);
						}catch(e){}
					}
				}
			}
			else{
				e=fObj("nvlst"+tp);
				if(isIE){
					e.style.filter="Alpha(Opacity="+parseInt(v)+")";
				}
				else if(isFFX || isOP || isSFR){
					e.style.opacity=""+(parseFloat(v)/100);
				}
				else if(isNN){
					e.style.MozOpacity=""+(parseFloat(v)/100);
				}
				else{
					try{
						e.style.filter="Alpha(Opacity="+parseInt(v)+")";
					}catch(e){}
					try{
						e.style.opacity=""+(parseFloat(v)/100);
					}catch(e){}
					try{
						e.style.MozOpacity=""+(parseFloat(v)/100);
					}catch(e){}
				}
			}
			break;
		default:
			throw new Error("Can not use filter");
	}
};
function showMenu(a,b,s){
	eval("show"+a.id.charAt(a.id.length-1)+"=true");
	eval("shown"+a.id.charAt(a.id.length-1)+"=true");
	setOpacity("navlist",100,a.id.charAt(a.id.length-1));
};
var shown1=shown2=shown3=shown4=shown5=shown6=false;
function hideMenu(c){
	hideMn(fObj("nvitm"+c.id.charAt(c.id.length-1)));
};
/*End of Nav Menu*/

function sldLftMn(){
	var args=sldLftMn.arguments;
	
	if("object"!=typeof args || null == args){
		throw new Error("argument not valid.");
	}
	switch(args[0]){
		case 'mnitm1':
			if(MAB._ltm.bx[0][0].style){
				if(MAB._ltm.bx[0][1]=="hidden"){ MAB._ltm.bx[0][0].style.left="180px";MAB._ltm.bx[0][2]=new Number();}
				
				if(parseInt(MAB._ltm.bx[0][0].style.left)>0){
					MAB._ltm.bx[0][0].style.left=(parseInt(MAB._ltm.bx[0][0].style.left)-36)+"px";
					MAB._ltm.bx[0][1]="slide";
					if(MAB._ltm.bx[0][2]!=null) clearTimeout(MAB._ltm.bx[0][2]);
					MAB._ltm.bx[0][2]=setTimeout("sldLftMn('mnitm1')",30);
					if(parseInt(MAB._ltm.bx[0][0].style.left)==108){
						setTimeout("sldLftMn('mnitm2')",100);
					}
				}
				else{
					if(MAB._ltm.bx[0][2]!=null) clearTimeout(MAB._ltm.bx[0][2]);
					MAB._ltm.bx[0][1]="shown";
				}
			}
			break;
		case 'mnitm2':
			if(MAB._ltm.bx[1][0].style){
				if(MAB._ltm.bx[1][1]=="hidden"){ MAB._ltm.bx[1][0].style.left="180px";MAB._ltm.bx[1][2]=new Number();}
				
				if(parseInt(MAB._ltm.bx[1][0].style.left)>0){
					MAB._ltm.bx[1][0].style.left=(parseInt(MAB._ltm.bx[1][0].style.left)-36)+"px";
					MAB._ltm.bx[1][1]="slide";
					if(MAB._ltm.bx[1][2]!=null) clearTimeout(MAB._ltm.bx[1][2]);
					MAB._ltm.bx[1][2]=setTimeout("sldLftMn('mnitm2')",30);
					if(parseInt(MAB._ltm.bx[1][0].style.left)==108){
						setTimeout("sldLftMn('mnitm3')",100);
					}
				}
				else{
					if(MAB._ltm.bx[1][2]!=null) clearTimeout(MAB._ltm.bx[1][2]);
					MAB._ltm.bx[1][1]="shown";
				}
			}
			break;
		case 'mnitm3':
			if(MAB._ltm.bx[2][0].style){
				if(MAB._ltm.bx[2][1]=="hidden"){ MAB._ltm.bx[2][0].style.left="180px";MAB._ltm.bx[2][2]=new Number();}
				
				if(parseInt(MAB._ltm.bx[2][0].style.left)>0){
					MAB._ltm.bx[2][0].style.left=(parseInt(MAB._ltm.bx[2][0].style.left)-36)+"px";
					MAB._ltm.bx[2][1]="slide";
					if(MAB._ltm.bx[2][2]!=null) clearTimeout(MAB._ltm.bx[2][2]);
					MAB._ltm.bx[2][2]=setTimeout("sldLftMn('mnitm3')",30);
					if(parseInt(MAB._ltm.bx[2][0].style.left)==108){
						setTimeout("sldLftMn('mnitm4')",100);
					}
				}
				else{
					if(MAB._ltm.bx[2][2]!=null) clearTimeout(MAB._ltm.bx[2][2]);
					MAB._ltm.bx[2][1]="shown";
				}
			}
			break;
		case 'mnitm4':
			if(MAB._ltm.bx[3][0].style){
				if(MAB._ltm.bx[3][1]=="hidden"){ MAB._ltm.bx[3][0].style.left="180px";MAB._ltm.bx[3][2]=new Number();}
				
				if(parseInt(MAB._ltm.bx[3][0].style.left)>0){
					MAB._ltm.bx[3][0].style.left=(parseInt(MAB._ltm.bx[3][0].style.left)-36)+"px";
					MAB._ltm.bx[3][1]="slide";
					if(MAB._ltm.bx[3][2]!=null) clearTimeout(MAB._ltm.bx[3][2]);
					MAB._ltm.bx[3][2]=setTimeout("sldLftMn('mnitm4')",30);
					if(parseInt(MAB._ltm.bx[3][0].style.left)==108){
						setTimeout("sldLftMn('mnitm5')",100);
					}
				}
				else{
					if(MAB._ltm.bx[3][2]!=null) clearTimeout(MAB._ltm.bx[3][2]);
					MAB._ltm.bx[3][1]="shown";
				}
			}
			break;
		case 'mnitm5':
			if(MAB._ltm.bx[4][0].style){
				if(MAB._ltm.bx[4][1]=="hidden"){ MAB._ltm.bx[4][0].style.left="180px";MAB._ltm.bx[4][2]=new Number();}
				
				if(parseInt(MAB._ltm.bx[4][0].style.left)>0){
					MAB._ltm.bx[4][0].style.left=(parseInt(MAB._ltm.bx[4][0].style.left)-36)+"px";
					MAB._ltm.bx[4][1]="slide";
					if(MAB._ltm.bx[4][2]!=null) clearTimeout(MAB._ltm.bx[4][2]);
					MAB._ltm.bx[4][2]=setTimeout("sldLftMn('mnitm5')",30);
					if(parseInt(MAB._ltm.bx[4][0].style.left)==108){
						setTimeout("sldLftMn('mnitm6')",100);
					}
				}
				else{
					if(MAB._ltm.bx[4][2]!=null) clearTimeout(MAB._ltm.bx[4][2]);
					MAB._ltm.bx[4][1]="shown";
				}
			}
			break;
		case 'mnitm6':
			if(MAB._ltm.bx[5][0].style){
				if(MAB._ltm.bx[5][1]=="hidden"){ MAB._ltm.bx[5][0].style.left="180px";MAB._ltm.bx[5][2]=new Number();}
				
				if(parseInt(MAB._ltm.bx[5][0].style.left)>0){
					MAB._ltm.bx[5][0].style.left=(parseInt(MAB._ltm.bx[5][0].style.left)-36)+"px";
					MAB._ltm.bx[5][1]="slide";
					if(MAB._ltm.bx[5][2]!=null) clearTimeout(MAB._ltm.bx[5][2]);
					MAB._ltm.bx[5][2]=setTimeout("sldLftMn('mnitm6')",30);
					if(parseInt(MAB._ltm.bx[5][0].style.left)==108){
						setTimeout("sldLftMn('mnitm7')",100);
					}
				}
				else{
					if(MAB._ltm.bx[5][2]!=null) clearTimeout(MAB._ltm.bx[5][2]);
					MAB._ltm.bx[5][1]="shown";
				}
			}
			break;
		case 'mnitm7':
			if(MAB._ltm.bx[6][0].style){
				if(MAB._ltm.bx[6][1]=="hidden"){ MAB._ltm.bx[6][0].style.left="180px";MAB._ltm.bx[6][2]=new Number();}
				
				if(parseInt(MAB._ltm.bx[6][0].style.left)>0){
					MAB._ltm.bx[6][0].style.left=(parseInt(MAB._ltm.bx[6][0].style.left)-36)+"px";
					MAB._ltm.bx[6][1]="slide";
					if(MAB._ltm.bx[6][2]!=null) clearTimeout(MAB._ltm.bx[6][2]);
					MAB._ltm.bx[6][2]=setTimeout("sldLftMn('mnitm7')",30);
					if(parseInt(MAB._ltm.bx[6][0].style.left)==108){
						setTimeout("sldLftMn('mnitm8')",100);
					}
				}
				else{
					if(MAB._ltm.bx[6][2]!=null) clearTimeout(MAB._ltm.bx[6][2]);
					MAB._ltm.bx[6][1]="shown";
				}
			}
			break;
		case 'mnitm8':
			if(MAB._ltm.bx[7][0].style){
				if(MAB._ltm.bx[7][1]=="hidden"){ MAB._ltm.bx[7][0].style.left="180px";MAB._ltm.bx[7][2]=new Number();}
				
				if(parseInt(MAB._ltm.bx[7][0].style.left)>0){
					MAB._ltm.bx[7][0].style.left=(parseInt(MAB._ltm.bx[7][0].style.left)-36)+"px";
					MAB._ltm.bx[7][1]="slide";
					if(MAB._ltm.bx[7][2]!=null) clearTimeout(MAB._ltm.bx[7][2]);
					MAB._ltm.bx[7][2]=setTimeout("sldLftMn('mnitm8')",30);
				}
				else{
					if(MAB._ltm.bx[7][2]!=null) clearTimeout(MAB._ltm.bx[7][2]);
					MAB._ltm.bx[7][1]="shown";
					
					(function(){
						fObj('load_img').style.backgroundImage="url(IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/waitanimation.gif)";
						document.ttl=new Object();
						document.ttl._img=new Image();
						document.ttl._img.src="IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/mab_title_img.jpg";
						document.ttl.attempt=new Number(0);
						setTimeout("load_ttl_img()",400);
					})();
					(function(){
						var obj;
						if((obj=fObj('infohldr'))!=null) with (obj){
							innerHTML=unescape("<div id=\"wlcmsg\" class=\"Cntnt\" style=\"left: 0px; top: 2px;\">"+
"                <div id=\"wlc-1\" class=\"shadow\">"+
"                  <div id=\"wlc-2\" class=\"innershadow\">"+
"                    <div id=\"wlchd\" class=\"wlchd\">Welcome to my web site : </div>"+
"                    <div class=\"wlcnt\">"+
"                      <div style=\"font-family:Georgia, 'Times New Roman', Times, serif; font-size:13px; padding-left: 12px; font-weight: bold; color: #CC0000;\">Hello !!</div>"+
"                      <div style=\"padding-top:3px; padding-left: 12px;\">"+
"                        <div>I am Dr. M. Abu Bakr, Professor, Applied Chemistry &amp; Chemical Technology. I express my heartiest gratitude to you for visiting my website. The main perspective of my website is to offer the resources and guideline which can "+
"                          <div style=\"float:right; width:272px;\">be useful in your research works and studies.</div>"+
"                        </div>"+
"                        <div style=\"padding-top:7px; float: right; width: 272px;\">There are also some other sections provided like my academic qualification, research interest, list of publications, links to them, our syllabus, some multimedia presentation files and lots of more.</div>"+
"                        <div style=\"padding-top:7px; width: 272px; float: right;\">If you have anything to ask or say, then please go to the user feedback section. Thank you.</div>"+
"                      </div>"+
"                    </div>"+
"                  </div>"+
"                </div>"+
"              </div>");
							if(isIE) {fObj('wlcmsg').style.filter="Alpha(Opacity=0)";fObj('wlchd').style.top='1px';}
							else if(isFFX||isOP||isSFR) fObj('wlcmsg').style.opacity="0.0";
							else if(isNN) fObj('wlcmsg').style.MozOpacity="0.0";
							else {
								fObj('wlcmsg').style.MozOpacity="0.0";
								fObj('wlcmsg').style.opacity="0.0";
								fObj('wlcmsg').style.filter="Alpha(Opacity=0)";
							}
							load_wlcmsg('wlcmsg');
						}
					})();
				}
			}
			break;
		default:
			alert(MAB._ste.msg['menuSlideError']);
	}
};

function load_wlcmsg(){
	var obj,args=load_wlcmsg.arguments;
	if(!args){
		throw new Error("No arguments found");
	}
	
	if((obj=fObj(args[0]))!=null) with (obj){
		
		if(style.visibility=='')
			style.visibility='visible';
			
		if(isIE){
			style.filter="Alpha(Opacity="+(parseInt(filters["Alpha"].opacity)+10)+")";
			if(parseInt(filters["Alpha"].opacity)<100){
				setTimeout("load_wlcmsg('"+args[0]+"')",30);
			}
			else{
				if(args[0]=='wlcmsg')
					addLftMn();
			}
		}
		else if(isFFX||isOP||isSFR){
			style.opacity=""+(parseFloat(style.opacity)+0.1);
			if(parseFloat(style.opacity)<1){
				setTimeout("load_wlcmsg('"+args[0]+"')",30);
			}
			else{
				if(args[0]=='wlcmsg')
					addLftMn();
			}
		}
		else if(isNN){
			style.MozOpacity=""+(parseFloat(style.MozOpacity)+0.1);
			if(parseFloat(style.MozOpacity)<1){
				setTimeout("load_wlcmsg('"+args[0]+"')",30);
			}
			else{
				if(args[0]=='wlcmsg')
					addLftMn();
			}
		}
		else{
			try{
				style.filter="Alpha(Opacity="+(parseInt(filters["Alpha"].opacity)+10)+")";
				if(parseInt(filters["Alpha"].opacity)<100){
					setTimeout("load_wlcmsg('"+args[0]+"')",30);
				}
				else{
					if(args[0]=='wlcmsg')
						addLftMn();
				}
			}catch(e){}
			try{
				style.opacity=""+(parseFloat(style.opacity)+0.1);
				if(parseFloat(style.opacity)<1){
					setTimeout("load_wlcmsg('"+args[0]+"')",30);
				}
				else{
					if(args[0]=='wlcmsg')
						addLftMn();
				}
			}catch(e){}
			try{
				style.MozOpacity=""+(parseFloat(style.MozOpacity)+0.1);
				if(parseFloat(style.MozOpacity)<1){
					setTimeout("load_wlcmsg('"+args[0]+"')",30);
				}
				else{
					if(args[0]=='wlcmsg')
						addLftMn();
				}
			}catch(e){}
		}
	}
};

function addLftMn(){
	var obj;
	setTim();
	if((obj=fObj('mnitm1'))!=null) {
		obj.onmouseover=function(){grwNsrnk(this);};
		obj.onmouseout=function(){rstr_Mn(this);};
		obj.onclick=function(){showData(1);};
	}
	if((obj=fObj('mnitm2'))!=null) {
		obj.onmouseover=function(){grwNsrnk(this);};
		obj.onmouseout=function(){rstr_Mn(this);};
		obj.onclick=function(){showData(2);};
	}
	if((obj=fObj('mnitm3'))!=null) {
		obj.onmouseover=function(){grwNsrnk(this);};
		obj.onmouseout=function(){rstr_Mn(this);};
		obj.onclick=function(){showData(3);};
	}
	if((obj=fObj('mnitm4'))!=null) {
		obj.onmouseover=function(){grwNsrnk(this);};
		obj.onmouseout=function(){rstr_Mn(this);};
		obj.onclick=function(){showData(4);};
	}
	if((obj=fObj('mnitm5'))!=null) {
		obj.onmouseover=function(){grwNsrnk(this);};
		obj.onmouseout=function(){rstr_Mn(this);};
		obj.onclick=function(){showData(5);};
	}
	if((obj=fObj('mnitm6'))!=null) {
		obj.onmouseover=function(){grwNsrnk(this);};
		obj.onmouseout=function(){rstr_Mn(this);};
		obj.onclick=function(){showData(6);};
	}
	if((obj=fObj('mnitm7'))!=null) {
		obj.onmouseover=function(){grwNsrnk(this);};
		obj.onmouseout=function(){rstr_Mn(this);};
		obj.onclick=function(){showData(7);};
	}
	if((obj=fObj('mnitm8'))!=null) {
		obj.onmouseover=function(){grwNsrnk(this);};
		obj.onmouseout=function(){rstr_Mn(this);};
		obj.onclick=function(){showData(8);};
	}
};
var dtTimer;
function setTim(){
	var nST=" &nbsp;&nbsp;&nbsp;&nbsp;",now=new Date(),hr=now.getHours(),am=true;
	
	if(hr==0) hr=24;
	
	if(hr>11&&hr<24) am=false;
	
	if(hr>12) hr-=12;
	
	if(hr>0&&hr<10){
		nST+="0";
	}
	
	nST+=hr+" : ";
	var mnt=now.getMinutes();
	
	if(mnt<10){
		nST+="0";
	}
	
	nST+=mnt+" ";
	
	nST+=((am)? "am" : "pm");
	
	var obj=fObj('tnw');
	with (obj){
		innerHTML=unescape(nST);
	};
	clearTimeout(dtTimer);
	dtTimer=setTimeout("setTim()", 30000);
};

function grwNsrnk(a){
	_RlStyl(a);
};

function rstr_Mn(b){
	_RoStyl(b);
};

function showData(p,b){
	if(!b){
		if(p==MAB._ltm.index) return;
		var obj;
		if((obj=fObj('infohldr'))!=null) with (obj){
			innerHTML=unescape("");
			init_pics(p);
			return;
		}
		else{
			throw new Error("Data loading failure");
		}
	}
	switch(p){
		case 1:
			var obj;
			if((obj=fObj('infohldr'))!=null) with (obj){
				innerHTML=unescape("<div id=\"prsdtl\" class=\"Cntnt\" style=\"left: 0px; top: 2px;\">"+
"                <div id=\"prs-1\" class=\"shadow\">"+
"                  <div id=\"prs-2\" class=\"innershadow\">"+
"                    <div id=\"prshd\" class=\"prshd\">Personal Details  :</div>"+
"                    <div id=\"prsbdy\">"+
"                      <table width=\"378\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\">"+
"                        <tr>"+
"                          <th width=\"106\" height=\"33\" align=\"right\" valign=\"bottom\" scope=\"row\">Name : </th>"+
"                          <td width=\"263\" align=\"left\" valign=\"bottom\">Prof. Dr. M. Abu Bakr </td>"+
"                        </tr>"+
"                        <tr>"+
"                          <th height=\"18\" align=\"right\" valign=\"top\" scope=\"row\" style=\"padding-top:4px;\">Address : </th>"+
"                          <td align=\"left\" valign=\"top\" style=\"padding-top:4px;\">Applied Chemistry &amp; Chemical Technology, Rajshahi University, Rajshahi, Bangladesh. </td>"+
"                        </tr>"+
"                        <tr>"+
"                          <th height=\"18\" align=\"right\" valign=\"middle\" scope=\"row\">Nationality : </th>"+
"                          <td align=\"left\" valign=\"middle\">Bangladeshi</td>"+
"                        </tr>"+
""+
"                        <tr>"+
"                          <th height=\"18\" align=\"right\" valign=\"middle\" scope=\"row\">Language : </th>"+
"                          <td align=\"left\" valign=\"middle\">Bengali (1st language), English (2nd language)</td>"+
"                        </tr>"+
"                        <tr>"+
"                          <th height=\"18\" align=\"right\" valign=\"middle\" scope=\"row\">Phone : </th>"+
"                          <td align=\"left\" valign=\"middle\">+880721750461</td>"+
"                        </tr>"+
"                        <tr>"+
"                          <th height=\"18\" align=\"right\" valign=\"middle\" scope=\"row\">Mobile : </th>"+
"                          <td align=\"left\" valign=\"middle\">+8801715051520</td>"+
"                        </tr>"+
"                        <tr>"+
"                          <th height=\"33\" align=\"right\" valign=\"top\" scope=\"row\">Email : </th>"+
"                          <td align=\"left\" valign=\"top\">mabakr2108@yahoo.com</td>"+
"                        </tr>"+
"                      </table>"+
"                    </div>"+
"                  </div>"+
"                </div>"+
"              </div>");
				if(isIE) {fObj('prsdtl').style.filter="Alpha(Opacity=0)";fObj('prshd').style.top='1px';}
				else if(isFFX||isOP||isSFR) fObj('prsdtl').style.opacity="0.0";
				else if(isNN) fObj('prsdtl').style.MozOpacity="0.0";
				else {
					fObj('prsdtl').style.MozOpacity="0.0";
					fObj('prsdtl').style.opacity="0.0";
					fObj('prsdtl').style.filter="Alpha(Opacity=0)";
				}
				load_wlcmsg('prsdtl');
			}
			break;
		case 2:
			var obj;
			if((obj=fObj('infohldr'))!=null) with (obj){
				innerHTML=unescape("<div id=\"academ\" class=\"Cntnt\" style=\"left: 0px; top: -5px; height:246px;\">"+
"                <div id=\"acd-1\" class=\"shadow\" style=\"height:244px;\">"+
"                  <div id=\"acd-2\" class=\"innershadow\" style=\"height:242px; background-position: 0px 132px;\">"+
"                    <div id=\"acdhd\" class=\"acdhd\">Academic Qualification   :</div>"+
"                    <div id=\"acdbdy\">"+
"                      <table width=\"442\" border=\"0\" cellpadding=\"0\" cellspacing=\"3\">"+
"                        <tr>"+
"                          <th width=\"93\" align=\"center\" valign=\"middle\" style=\"border: solid #666666 1px; background-color:#FFFFFF; padding-right: 0px; height: 48px;\" scope=\"col\">Degree Obtained</th>"+
"                          <th style=\"border: solid #666666 1px; background-color:#FFFFFF\" width=\"140\" align=\"center\" valign=\"middle\" scope=\"col\">&nbsp;Name of &nbsp;the &nbsp;&nbsp;Institution</th>"+
"                          <th width=\"197\" align=\"center\" valign=\"middle\" style=\"border: solid #666666 1px; background-color:#FFFFFF\" scope=\"col\">&nbsp;Department/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Research&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>"+
"                        </tr>"+
"                        <tr>"+
"                          <th width=\"93\" align=\"center\" valign=\"middle\" style=\"border: solid #666666 1px; background-color:#FFFFFF; height: 44px;\" scope=\"row\">&nbsp;&nbsp;Ph.D.</th>"+
"                          <td width=\"140\" align=\"center\" valign=\"middle\">&nbsp;&nbsp;Kalyani University, &nbsp;&nbsp;India</td>"+
"                          <td align=\"center\" valign=\"middle\">Polymers for Controlled Drug Delivery </td>"+
"                        </tr>"+
"                        <tr>"+
"                          <th width=\"93\" align=\"center\" valign=\"middle\" style=\"border: solid #666666 1px; background-color:#FFFFFF; height: 44px;\" scope=\"row\">&nbsp;&nbsp;Master of &nbsp;&nbsp;Science</th>"+
"                          <td width=\"140\" align=\"center\" valign=\"middle\">&nbsp;&nbsp;Rajshahi University, &nbsp;&nbsp;Bangladesh</td>"+
"                          <td align=\"center\" valign=\"middle\">Applied Chemistry &amp; Chemical Technology</td>"+
"                        </tr>"+
"                        <tr>"+
"                          <th width=\"93\" align=\"center\" valign=\"middle\" style=\"border: solid #666666 1px; background-color:#FFFFFF; height: 48px;\" scope=\"row\">&nbsp;&nbsp;Bachelor of &nbsp;&nbsp;Science</th>"+
"                          <td width=\"140\" align=\"center\" valign=\"middle\">&nbsp;&nbsp;Rajshahi University, &nbsp;&nbsp;Bangladesh</td>"+
"                          <td align=\"center\" valign=\"middle\">Applied Chemistry &amp; Chemical Technology</td>"+
"                        </tr>"+
"                      </table>"+
"                    </div>"+
"                  </div>"+
"                </div>"+
"              </div>");
				if(isIE) {fObj('academ').style.filter="Alpha(Opacity=0)";fObj('acdhd').style.top='1px';}
				else if(isFFX||isOP||isSFR) fObj('academ').style.opacity="0.0";
				else if(isNN) fObj('academ').style.MozOpacity="0.0";
				else {
					fObj('academ').style.MozOpacity="0.0";
					fObj('academ').style.opacity="0.0";
					fObj('academ').style.filter="Alpha(Opacity=0)";
				}
				load_wlcmsg('academ');
			}
			break;
		case 3:
			var obj;
			if((obj=fObj('infohldr'))!=null) with (obj){
				innerHTML=unescape("<div id=\"rsrc_int\" class=\"Cntnt\" style=\"left: 0px; top: 2px;\">"+
"                <div id=\"rsrc-1\" class=\"shadow\">"+
"                  <div id=\"rsrc-2\" class=\"innershadow\">"+
"                    <div id=\"rsrchd\" class=\"rsrchd\">Research Interest :</div>"+
"                    <div id=\"rsrcbdy\">"+
"                      <div style=\"position:relative; width:367px; height:100px; float:left; left:52px; top:25px; font-size: 13px; color: #000000; text-align: justify;\">"+
"                        <table width=\"365\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
"                          <tr>"+
"                            <td width=\"27\" align=\"center\" valign=\"top\" scope=\"col\" style=\"color:#CC0000; font-size: 22px; font-weight: bold;\">&raquo;</td>"+
"                            <td width=\"338\" align=\"left\" valign=\"top\" scope=\"col\" style=\"text-align:justify; padding-top: 6px; font-size: 13px; font-weight: normal;\">To synthesize and characterize biodegradable polymers to be used as drug carriers for controlled and sustained release of drugs.</td>"+
"                          </tr>"+
"                        </table>"+
"                      </div>"+
"                    </div>"+
"                  </div>"+
"                </div>"+
"              </div>");
				if(isIE) {fObj('rsrc_int').style.filter="Alpha(Opacity=0)";fObj('rsrchd').style.top='1px';}
				else if(isFFX||isOP||isSFR) fObj('rsrc_int').style.opacity="0.0";
				else if(isNN) fObj('rsrc_int').style.MozOpacity="0.0";
				else {
					fObj('rsrc_int').style.MozOpacity="0.0";
					fObj('rsrc_int').style.opacity="0.0";
					fObj('rsrc_int').style.filter="Alpha(Opacity=0)";
				}
				load_wlcmsg('rsrc_int');
			}
			break;
		case 4:
			var obj;
			if((obj=fObj('infohldr'))!=null) with (obj){
				innerHTML=unescape("<div id=\"pub_list\" class=\"Cntnt\" style=\"left: 0px; top: 2px;\">"+
"                <div id=\"pub-1\" class=\"shadow\">"+
"                  <div id=\"pub-2\" class=\"innershadow\">"+
"                    <div id=\"pubhd\" class=\"pubhd\">List of publications :</div>"+
"                    <div style=\"float:right; width: 200px; line-height: 17px; color: #006699;\"><a href=\"javascript: _all_Tog('open');\">Complete list at a glance</a></div>"+
"                    <div id=\"pubbdy\">"+
"                      <table width=\"413\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\">"+
"                        <tr>"+
"                          <td height=\"25\" align=\"left\" valign=\"middle\" style=\"color:#CC0000;\">Major Glimpses of Research of Prof. Dr. M. Abu Bakr </td>"+
"                        </tr>"+
"						<tr>"+
"						  <td align=\"left\" valign=\"top\"><table width=\"406\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"+
"                        <tr>"+
"                          <td width=\"130\" height=\"18\" align=\"left\" valign=\"top\" style=\"padding-right: 0px; padding-left: 0px;\">Specialization :</td>"+
"                          <td width=\"276\" align=\"left\" valign=\"top\" style=\"color:#000000; font-weight:normal; font-size:12px;\">&nbsp;&nbsp;Biodegradable Polymers </td>"+
"                        </tr>"+
"                        <tr>"+
"                          <td height=\"18\" align=\"left\" valign=\"top\" style=\"padding-right:0px; padding-left: 0px;\">Title of Ph.D. thesis :</td>"+
"                          <td align=\"left\" valign=\"top\" style=\"font-weight:normal; color: #000000;\">&nbsp;&nbsp;Studies on Polymers for Controlled Drug Delivery </td>"+
"                        </tr>"+
"                        <tr>"+
"                          <td height=\"18\" align=\"left\" valign=\"bottom\" style=\"padding-right:0px; padding-left: 0px; color: #006699;\">List of Publications :</td>"+
"                          <td align=\"left\" valign=\"top\">&nbsp;</td>"+
"                        </tr>"+
"                          </table></td>"+
"						</tr>"+
"                        <tr>"+
"                          <td height=\"401\" align=\"left\" valign=\"top\" style=\"color:#CC0000;\"><ol id=\"pub_ol\">"+
"                            <li><span style=\"color:#000000; font-weight:normal;\">Citric acid - Castrol oil Copolyester as a matrix for Controlled Drug Delivery, <span style=\"color:#CC0000;\">J. Polym. Mater., <span style=\"font-weight:bold; color:#0033CC;\">11</span> (1994) 41-48</span>.</span></li>"+
"                            <li><span style=\"color:#000000; font-weight:normal;\">Copolyester of Citric acid and 1,2,6 - Hexane triol as a Matrix for Controlled Drug Delivery, <span style=\"color:#CC0000;\">J. Polym. Mater., <span style=\"font-weight:bold; color:#0033CC;\">13</span> (1996) 173-178</span>.</span></li>"+
"                            <li><span style=\"color:#000000; font-weight:normal;\">Synthesis and Biodegradation of Succinic acid - Glycerol - Polyethylene glycol - 200 Copolymer, <span style=\"color:#CC0000;\">J. Polym. Mater., <span style=\"font-weight:bold; color:#0033CC;\">14</span> (1997) 251-255</span>.</span></li>"+
"                            <li><span style=\"color:#000000; font-weight:normal;\">Catalytic Effect of FeCl<span style=\"font-style:normal; vertical-align: -3px;\">3</span> on Polycondensation between Citric acid and Polyethylene glycol -600, <span style=\"color:#CC0000;\">J. Polym. Mater., <span style=\"font-weight:bold; color:#0033CC;\">15</span> (1998) 1-3</span>.</span></li>"+
"                            <li><span style=\"color:#000000; font-weight:normal;\">Malic acid - Propane 1,2 -diol Copolyester as an Enteric Coating Material, <span style=\"color:#CC0000;\">J. Polym. Mater., <span style=\"font-weight:bold; color:#0033CC;\">17</span> (2000) 467-472</span>.</span></li>"+
"                            <li><span style=\"color:#000000; font-weight:normal;\">Toxicological Study of Malic acid - Propane 1,2 -diol and Malic acid - Propane 1,2 -diol -  Glycerol Copolyesters on Brine Shrimp Nauplii, <span style=\"color:#CC0000;\">The Sciences <span style=\"font-weight:bold; color:#0033CC;\">2</span> (1) (2002) 32-34</span>.</span></li>"+
"                            <li><span style=\"color:#000000; font-weight:normal;\">Drug Delivery Profile of Malic acid - Phthalic acid - Propane 1,2 -diol Copolyester, <span style=\"color:#CC0000;\">J. Polym. Mater., <span style=\"font-weight:bold; color:#0033CC;\">19</span> (2002) 87-92</span>.</span></li>"+
"                            <li><span style=\"color:#000000; font-weight:normal;\"><span style=\"font-style:italic;\">In vitro</span> Drug Release Profile of Phthalic acid - Butane 1,4 -diol Polyester, <span style=\"color:#CC0000;\">communicated to Journal of Applied Polymer Science, Dept. of Macromolecular Science, Case Western Reserve University, Cleveland, OH 44106, U.S.A.</span></span></li>"+
"                            <li><span style=\"color:#000000; font-weight:normal;\">Subacute Toxicity of Malic acid - Propane 1,2 -diol Copolyester, <span style=\"color:#CC0000;\">a paper to be communicated soon for publication</span>.</span></li>"+
"                            <li><span style=\"color:#000000; font-weight:normal;\">Toxicological Study of Phthalic acid - Butane 1,4 -diol Polyester, <span style=\"color:#CC0000;\">a paper is being ready for communication</span>.</span></li>"+
"                          </ol>                          </td>"+
"                        </tr>"+
"                      </table>"+
"                    </div>"+
"                  </div>"+
"                </div>"+
"              </div>");
				if(isIE) {fObj('pub_list').style.filter="Alpha(Opacity=0)";fObj('pubhd').style.top='1px';}
				else if(isFFX||isOP||isSFR) fObj('pub_list').style.opacity="0.0";
				else if(isNN) fObj('pub_list').style.MozOpacity="0.0";
				else {
					fObj('pub_list').style.MozOpacity="0.0";
					fObj('pub_list').style.opacity="0.0";
					fObj('pub_list').style.filter="Alpha(Opacity=0)";
				}
				
				load_wlcmsg('pub_list');
			}
			break;
		case 5:
			var obj;
			if((obj=fObj('infohldr'))!=null) with (obj){
				innerHTML=unescape("<div id=\"awd\" class=\"Cntnt\" style=\"left: 0px; top: 2px;\">"+
"                <div id=\"awd-1\" class=\"shadow\">"+
"                  <div id=\"awd-2\" class=\"innershadow\">"+
"                    <div id=\"awdhd\" class=\"awdhd\">Supervision of Research :</div>"+
"                    <div id=\"awdbdy\">"+
"                      <ul style=\"margin-top:25px;\">"+
"                        <li><span class=\"header\">Ph.D. &nbsp;:</span>&nbsp;&nbsp;<span class=\"details\">2 Students obtained Ph.D. </span></li>"+
"                        <li><span class=\"header\">M.Phil :</span>&nbsp;&nbsp;<span class=\"details\">2 students are working for M.Phil Degree</span>"+
"						<div class=\"header\" style=\"padding-left:41px;\">:<span class=\"details\" style=\"padding-left:6px;\">Supervised more than 25 M.Sc. Research students</span></div>"+
"                        </li>"+
"                      </ul>"+
"                    </div>"+
"                  </div>"+
"                </div>"+
"              </div>");
				if(isIE) {fObj('awd').style.filter="Alpha(Opacity=0)";fObj('awdhd').style.top='1px';}
				else if(isFFX||isOP||isSFR) fObj('awd').style.opacity="0.0";
				else if(isNN) fObj('awd').style.MozOpacity="0.0";
				else {
					fObj('awd').style.MozOpacity="0.0";
					fObj('awd').style.opacity="0.0";
					fObj('awd').style.filter="Alpha(Opacity=0)";
				}
				
				load_wlcmsg('awd');
			}
			break;
		case 6:
			var obj;
			if((obj=fObj('infohldr'))!=null) with (obj){
				innerHTML=unescape("<div id=\"admin\" class=\"Cntnt\" style=\"left: 0px; top: 2px;\">"+
"                <div id=\"adm-1\" class=\"shadow\">"+
"                  <div id=\"adm-2\" class=\"innershadow\">"+
"                    <div id=\"admhd\" class=\"admhd\">Administrative Experience :</div>"+
"                    <div id=\"admbdy\">"+
"                      <ul style=\"margin-top:25px;\">"+
"                        <li><span class=\"details\">Worked as a House Tutor in <span class=\"header\">Begum Rokeya Hall</span> for 3 years</span></li>"+
"                        <li><span class=\"details\">Worked as the Provost of <span class=\"header\">Shahid Shamsuzzoha Hall</span> for 3 years</span></li>"+
"                      </ul>"+
"                    </div>"+
"                  </div>"+
"                </div>"+
"              </div>");
				if(isIE) {fObj('admin').style.filter="Alpha(Opacity=0)";fObj('admhd').style.top='1px';}
				else if(isFFX||isOP||isSFR) fObj('admin').style.opacity="0.0";
				else if(isNN) fObj('admin').style.MozOpacity="0.0";
				else {
					fObj('admin').style.MozOpacity="0.0";
					fObj('admin').style.opacity="0.0";
					fObj('admin').style.filter="Alpha(Opacity=0)";
				}
				
				load_wlcmsg('admin');
			}
			break;
		case 7:
			var obj;
			if((obj=fObj('infohldr'))!=null) with (obj){
				innerHTML=unescape("<div id=\"memb\" class=\"Cntnt\" style=\"left: 0px; top: 2px;\">"+
"                <div id=\"mmb-1\" class=\"shadow\">"+
"                  <div id=\"mmb-2\" class=\"innershadow\">"+
"                    <div id=\"mmbhd\" class=\"mmbhd\">My Memberships :</div>"+
"                    <div id=\"mmbbdy\">"+
"                      <ul style=\"margin-top:20px;\">"+
"                        <li><span class=\"details\">Life time member of <span class=\"header\">Bangladesh Chemical Society.</span>"+
"						<div>Membership No. LM................</div>"+
"                        </span></li>"+
"                        <li><span class=\"details\">Life time member of <span class=\"header\">Bangladesh Association for the Advancement of Science (BAAS).</span>"+
"						<div>Membership No. LM - 151(iv)</div>"+
"                        </span></li>"+
"                        <li><span class=\"details\">Member of Advisory Board of the Journal, <span class=\"header\">J. Polym. Mater.</span>"+
"						</span></li>"+
"                      </ul>"+
"                    </div>"+
"                  </div>"+
"                </div>"+
"              </div>");
				if(isIE) {fObj('memb').style.filter="Alpha(Opacity=0)";fObj('mmbhd').style.top='1px';}
				else if(isFFX||isOP||isSFR) fObj('memb').style.opacity="0.0";
				else if(isNN) fObj('memb').style.MozOpacity="0.0";
				else {
					fObj('memb').style.MozOpacity="0.0";
					fObj('memb').style.opacity="0.0";
					fObj('memb').style.filter="Alpha(Opacity=0)";
				}
				
				load_wlcmsg('memb');
			}
			break;
		case 8:
			var obj;
			if((obj=fObj('infohldr'))!=null) with (obj){
				innerHTML=unescape("<div id=\"oth\" class=\"Cntnt\" style=\"left: 0px; top: 2px;\">"+
"                <div id=\"oth-1\" class=\"shadow\">"+
"                  <div id=\"oth-2\" class=\"innershadow\">"+
"                    <div id=\"othhd\" class=\"othhd\">Other Remarks :</div>"+
"                    <div id=\"othbdy\">"+
"                      <ul style=\"margin-top:20px;\">"+
"                        <li><span class=\"details\">Obtained <span class=\"header\">Primary Scholarship</span> in Talent Pool</span></li>"+
"                        <li><span class=\"details\">Obtained <span class=\"header\">Junior Scholarship</span> in Talent Pool</span></li>"+
"                        <li><span class=\"details\">Obtained <span class=\"header\">University Scholarships</span> in the Graduate and Post-graduate levels.</span></li>"+
"                      </ul>"+
"                    </div>"+
"                  </div>"+
"                </div>"+
"              </div>");
				if(isIE) {fObj('oth').style.filter="Alpha(Opacity=0)";fObj('othhd').style.top='1px';}
				else if(isFFX||isOP||isSFR) fObj('oth').style.opacity="0.0";
				else if(isNN) fObj('oth').style.MozOpacity="0.0";
				else {
					fObj('oth').style.MozOpacity="0.0";
					fObj('oth').style.opacity="0.0";
					fObj('oth').style.filter="Alpha(Opacity=0)";
				}
				
				load_wlcmsg('oth');
			}
			break;
		default:
			throw new Error("Left menu can not initiate data");
	}
};

function setLeftIndex(i){
	var temp=MAB._ltm.index;
	MAB._ltm.index=i;
	if(temp!=0)
	_RoStyl(fObj("mnitm"+temp));
};

function init_pics(p){
	setLeftIndex(p);
	var obj;
	if((obj=fObj('infohldr'))!=null) with (obj){
		innerHTML=unescape("<div id=\"load\" class=\"load\" style=\"visibility:visible;\">"+
"			    <div style=\"padding: 0px; margin: 0px; background-color: #006699; width: 80px; height: 16px; color: #FFFFFF; font-weight: normal;\">Loading ... </div>"+
"			  </div>");
	}
	setTimeout(function(){showData(p,true);},400);
};

function load_ttl_img(){
	if(MAB.ttl._img){
		if(MAB.ttl._img.complete && (MAB.ttl._img.width==180) && (MAB.ttl._img.height==150)){
			fObj('load_img').style.backgroundImage="url(IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/IUZHLOS84O_87EHTWLR8GIZDIL._V42752373_.gif)";
			fObj("img").style.backgroundImage="url(IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/mab_title_img.jpg)";
		}
		else{
			if(MAB.ttl.attempt==60){
				var obj;
				if((obj=fObj('load_img'))!=null) with (obj){
					style.backgroundImage="url(IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/IUZHLOS84O_87EHTWLR8GIZDIL._V42752373_.gif)";
					innerHTML=unescape("<div style=\"font-family:Tahoma; font-size: 11px; position: relative; top: 30px; width: 160px; color: #006699;\">There is some problem loading Prof. Dr. M. Abu Bakr's image.</div>"+
"              <div style=\"position:relative; top:70px; height: 30px;\">"+
"                <input name=\"try\" type=\"button\" id=\"try\" value=\"Try Again\" style=\"width:70px; cursor: pointer; font-size:11px; height:22px;\" />"+
"                &nbsp;&nbsp;"+
"                <input name=\"cncl\" type=\"button\" id=\"cncl\" value=\"Cancel\" style=\"width:70px; cursor: pointer; font-size:11px; height:22px;\" />"+
"              </div>");
				}
				if((obj=fObj('try'))!=null) obj.onclick=function(){
						fObj('load_img').style.backgroundImage="url(IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/waitanimation.gif)";
						document.ttl=new Object();
						document.ttl._img=new Image();
						document.ttl._img.src="IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/mab_title_img.jpg";
						document.ttl.attempt=new Number(0);
						setTimeout("load_ttl_img()",100);
						if((obj=fObj('load_img'))!=null) with (obj)
							innerHTML="";
					};

				if((obj=fObj('cncl'))!=null) obj.onclick=function(){
						fObj('load_img').style.backgroundImage="url(IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/IUZHLOS84O_87EHTWLR8GIZDIL._V42752373_.gif)";
						fObj('img').style.backgroundImage="url(IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/temp01_2.jpg)";
						fObj('img').style.backgroundRepeat="no-repeat";
						fObj('img').style.backgroundPosition="26px 18px";
						if((obj=fObj('load_img'))!=null) with (obj)
							innerHTML="";
					};
				MAB.ttl.attempt=0;
			}
			else{
				setTimeout("load_ttl_img()",100);
				MAB.ttl.attempt++;
			}
		}
	}
	else{
		throw new Error("Image can not be loaded");
	}
};

function _RlStyl(o){
	var args=_RlStyl.arguments,obj;
	
	if(args){
		if((obj=o)!=null){
			if(obj.style){
				obj=obj.style;
				obj.height="26px";
				obj.width="170px";
				obj.fontSize="14px";
				obj.fontWeight="bold";
				obj.backgroundImage="url(/mabakr/IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/button-left.jpg)";
				obj.border="solid 2px #666666";
				obj.borderRight="0px";
				obj.borderTop="2px";
				obj.lineHeight="26px";
				obj.color="#CC0000";
				obj.cursor='pointer';
			}
		}
	}
	return true;
}
function _RoStyl(o){
	var args=_RoStyl.arguments,obj;
	if(MAB._ltm.index==parseInt(o.id.charAt(o.id.length-1))) return;
	
	if(args){
		if((obj=o)!=null){
			if(obj.style){
				obj=obj.style;
				obj.border="1px solid #999999";
				obj.borderRight="0px";
				obj.cssFloat="right";
				obj.position="relative";
				obj.left="0px";
				obj.top="0px";
				obj.height="25px";
				obj.width="152px";
				obj.marginTop="2px";
				obj.marginBottom="2px";
				obj.lineHeight="23px";
				obj.fontFamily="Tahoma";
				obj.fontSize="12px";
				obj.fontWeight="normal";
				obj.backgroundImage="url(/mabakr/IUTYGI87Tgo78sdfusyegkr78348rgk8w7ertfgo87wgo8w7ef/button-left.jpg)";
				obj.color="#CC0000";
				obj.textAlign="right";
				obj.paddingRight="8px";
			}
		}
	}
	return true;
};

var all_tog_tmr;
function _all_Tog(){
	var args=_all_Tog.arguments;
	if(args){
		switch(args[0]){
			case 'open':
				fObj('dp_wndw').style.width='1px';
				if(isIE){
					fObj('dp_wndw').style.filter='Alpha(Opacity=70)';
				}
				else if(isFFX||isOP||isSFR){
					fObj('dp_wndw').style.opacity='0.7';
				}
				else if(isNN){
					fObj('dp_wndw').style.MozOpacity='0.7';
				}
				else{
					try{
						fObj('dp_wndw').style.filter='Alpha(Opacity=70)';
					}catch(e){}
					try{
						fObj('dp_wndw').style.opacity='0.7';
					}catch(e){}
					try{
						fObj('dp_wndw').style.MozOpacity='0.7';
					}catch(e){}
				}
				fObj('dp_wndw').style.visibility='visible';
				if(all_tog_tmr) clearTimeout(all_tog_tmr);
				all_tog_tmr=setTimeout(function(){_all_Tog('sprd');},0);
				break;
			case 'sprd':
				var size=384,obj,temp;
				obj=fObj('dp_wndw');
				if(parseInt(obj.style.width)!=769){
					temp=parseInt(obj.style.width)+(2*size);
					obj.style.width=temp+'px';
					if(all_tog_tmr) clearTimeout(all_tog_tmr);
					all_tog_tmr=setTimeout(function(){_all_Tog('sprd');},30);
				}
				else{
					fObj('bot').style.zIndex='-1';
					fObj('sub_wndw').style.width='630px';
					fObj('sub_wndw').style.left='68px';
					if(isIE){
						fObj('sub_wndw').style.filter='Alpha(Opacity=0)';
					}
					else if(isFFX||isOP||isSFR){
						fObj('sub_wndw').style.opacity='0.0';
					}
					else if(isNN){
						fObj('sub_wndw').style.MozOpacity='0.0';
					}
					else{
						try{
							fObj('sub_wndw').style.filter='Alpha(Opacity=0)';
						}catch(e){}
						try{
							fObj('sub_wndw').style.opacity='0.0';
						}catch(e){}
						try{
							fObj('sub_wndw').style.MozOpacity='0.0';
						}catch(e){}
					}
					fObj('sub_wndw').style.visibility='visible';
					if(all_tog_tmr) clearTimeout(all_tog_tmr);
					all_tog_tmr=setTimeout(function(){_all_Tog('show');},0);
				}
				break;
			case 'show':
				var isOPAQUE=false;
				if(isIE){
					if(parseInt(fObj('sub_wndw').filters["Alpha"].Opacity)==100)
						isOPAQUE=true;
				}
				else if(isFFX||isOP||isSFR){
					if(parseFloat(fObj('sub_wndw').style.opacity)==1)
						isOPAQUE=true;
				}
				else if(isNN){
					if(parseFloat(fObj('sub_wndw').style.MozOpacity)==1)
						isOPAQUE=true;
				}
				else{
					try{
						if(parseInt(fObj('sub_wndw').filters["Alpha"].Opacity)==100)
							isOPAQUE=true;
					}catch(e){}
					try{
						if(parseFloat(fObj('sub_wndw').style.opacity)==1)
							isOPAQUE=true;
					}catch(e){}
					try{
						if(parseFloat(fObj('sub_wndw').style.MozOpacity)==1)
							isOPAQUE=true;
					}catch(e){}
				}
				
				if(!isOPAQUE){
					if(isIE){
						fObj('sub_wndw').style.filter="Alpha(Opacity="+(parseInt(fObj('sub_wndw').filters["Alpha"].Opacity)+20)+")";
					}
					else if(isFFX||isOP||isSFR){
						fObj('sub_wndw').style.opacity=""+(parseFloat(fObj('sub_wndw').style.opacity)+0.2);
					}
					else if(isNN){
						fObj('sub_wndw').style.MozOpacity=""+(parseFloat(fObj('sub_wndw').style.MozOpacity)+0.2);
					}
					else{
						try{
							fObj('sub_wndw').style.filter="Alpha(Opacity="+(parseInt(fObj('sub_wndw').filters["Alpha"].Opacity)+20)+")";
						}catch(e){}
						try{
							fObj('sub_wndw').style.opacity=""+(parseFloat(fObj('sub_wndw').style.opacity)+0.2);
						}catch(e){}
						try{
							fObj('sub_wndw').style.MozOpacity=""+(parseFloat(fObj('sub_wndw').style.MozOpacity)+0.2);
						}catch(e){}
					}
					if(all_tog_tmr) clearTimeout(all_tog_tmr);
					all_tog_tmr=setTimeout(function(){_all_Tog('show');},30);
				}
				else{
					if(all_tog_tmr) clearTimeout(all_tog_tmr);
				}
				break;
			case 'hide':
				var isOPAQUE=true;
				if(isIE){
					if(parseInt(fObj('sub_wndw').filters["Alpha"].Opacity)==0)
						isOPAQUE=false;
				}
				else if(isFFX||isOP||isSFR){
					if(parseFloat(fObj('sub_wndw').style.opacity)==0)
						isOPAQUE=false;
				}
				else if(isNN){
					if(parseFloat(fObj('sub_wndw').style.MozOpacity)==0)
						isOPAQUE=false;
				}
				else{
					try{
						if(parseInt(fObj('sub_wndw').filters["Alpha"].Opacity)==0)
							isOPAQUE=false;
					}catch(e){}
					try{
						if(parseFloat(fObj('sub_wndw').style.opacity)==0)
							isOPAQUE=false;
					}catch(e){}
					try{
						if(parseFloat(fObj('sub_wndw').style.MozOpacity)==0)
							isOPAQUE=false;
					}catch(e){}
				}
				
				if(isOPAQUE){
					if(isIE){
						fObj('sub_wndw').style.filter="Alpha(Opacity="+(parseInt(fObj('sub_wndw').filters["Alpha"].Opacity)-20)+")";
					}
					else if(isFFX||isOP||isSFR){
						fObj('sub_wndw').style.opacity=""+(parseFloat(fObj('sub_wndw').style.opacity)-0.2);
					}
					else if(isNN){
						fObj('sub_wndw').style.MozOpacity=""+(parseFloat(fObj('sub_wndw').style.MozOpacity)-0.2);
					}
					else{
						try{
							fObj('sub_wndw').style.filter="Alpha(Opacity="+(parseInt(fObj('sub_wndw').filters["Alpha"].Opacity)-20)+")";
						}catch(e){}
						try{
							fObj('sub_wndw').style.opacity=""+(parseFloat(fObj('sub_wndw').style.opacity)-0.2);
						}catch(e){}
						try{
							fObj('sub_wndw').style.MozOpacity=""+(parseFloat(fObj('sub_wndw').style.MozOpacity)-0.2);
						}catch(e){}
					}
					if(all_tog_tmr) clearTimeout(all_tog_tmr);
					all_tog_tmr=setTimeout(function(){_all_Tog('hide');},30);
				}
				else{
					fObj('sub_wndw').style.width='0px';
					fObj('sub_wndw').style.left='0px';
					fObj('sub_wndw').style.visibility='hidden';
					if(all_tog_tmr) clearTimeout(all_tog_tmr);
					all_tog_tmr=setTimeout(function(){_all_Tog('srnk');},0);
				}
				break;
			case 'srnk':
				var size=384,obj,temp;
				obj=fObj('dp_wndw');
				if(parseInt(obj.style.width)!=1){
					temp=parseInt(obj.style.width)-(2*size);
					obj.style.width=temp+'px';
					if(all_tog_tmr) clearTimeout(all_tog_tmr);
					all_tog_tmr=setTimeout(function(){_all_Tog('srnk');},30);
				}
				else{
					fObj('bot').style.zIndex='10';
					if(all_tog_tmr) clearTimeout(all_tog_tmr);
					all_tog_tmr=setTimeout(function(){_all_Tog('close');},0);
				}
				break;
			case 'close':
				fObj('dp_wndw').style.width='1px';
				fObj('dp_wndw').style.visibility='hidden';
				if(all_tog_tmr) clearTimeout(all_tog_tmr);
				break;
			default:
				throw new Error('Not Possible');
		}
	}
	
};
