/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#ADADAD';			// Background color when mouse is not over
	var LowSubBgColor='#ADADAD';			// Background color when mouse is not over on subs
	var HighBgColor='#cccccc';			// Background color when mouse is over
	var HighSubBgColor='#cccccc';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#336633';			// Font color when mouse is over
	var FontSubHighColor='#336633';			// Font color subs when mouse is over
	var BorderColor='#006699';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=228;				// Menu offset x coordinate
	
		
	if (screen.width == 640)
		var StartLeft=15;			// Menu offset y coordinate
	if (screen.width == 800)
			var StartLeft=10;		// Menu offset y coordinate
	if (screen.width == 1024)
		var StartLeft=112;			// Menu offset y coordinate
	if (screen.width == 1152)
			var StartLeft=191;		// Menu offset y coordinate
	if (screen.width == 1280)
		var StartLeft=255;			// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=15;				// Left padding
	var TopPaddng=8;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=50;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['script/tri.gif',5,10,'script/tridown.gif',10,5,'script/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("BRANCHES","#","",12,30,80);
	Menu1_1=new Array("SPECIAL BRANCH","../departments/splbranch/splbranch.htm","",0,25,130);
	Menu1_2=new Array("CID","#","",24,25,130);
	      Menu1_2_1=new Array("Origin & Constitution","../departments/cid/cid1.htm#origin","",0,20,140);
		  Menu1_2_2=new Array("Jurisdiction","../departments/cid/cid1.htm#jurisdiction","",0,20,140);
		  Menu1_2_3=new Array("Objectives","../departments/cid/cid1.htm#Objectives","",0,20,140);
		  Menu1_2_4=new Array("Intelligence","../departments/cid/cid1.htm#Intelligence","",0,20,140);
		  Menu1_2_5=new Array("CID Records","../departments/cid/cid1.htm#records","",0,20,140);
		  Menu1_2_6=new Array("Bifurcation of CID","../departments/cid/cid1.htm#bifurcation","",0,20,140);
		  Menu1_2_7=new Array("Shifting to Guwahati","../departments/cid/cid1.htm#shifting","",0,20,140);
		  Menu1_2_8=new Array("Activities","../departments/cid/cid1.htm#activities","",0,20,140);
		  Menu1_2_9=new Array("Special Cell","../departments/cid/cid1.htm#special","",0,20,140);
		  Menu1_2_10=new Array("Cell for Crime against Women","../departments/cid/cid1.htm#crime_women","",0,35,145);
		  Menu1_2_11=new Array("CID Police Station","../departments/cid/cid1.htm#station","",0,20,140);
		  Menu1_2_12=new Array("IN Service Training","../departments/cid/cid1.htm#training","",0,20,140);
		  Menu1_2_13=new Array("Missing Persons","../departments/cid/missing.htm","",0,20,140);
		  Menu1_2_14=new Array("Lookout Notices","../departments/cid/lookout.htm","",0,20,140);
		  Menu1_2_15=new Array("Criminal Intelligence Gazette","../departments/criminal/gazette.htm","",0,30,140);
		  Menu1_2_16=new Array("Fingerprint","../departments/criminal/fingerprint.htm","",0,20,140);  	
		  Menu1_2_17=new Array("Auto Theft Counter","../departments/cid/autotheft.htm","",0,25,140);
		  Menu1_2_18=new Array("Narcotic","../departments/narcotic/narcotic.htm","",0,20,140);
		  Menu1_2_19=new Array("White Collar Crime","../departments/wccrime/wccrime.htm","",0,25,140);
		  Menu1_2_20=new Array("Crime Against Women Cases","../departments/criminal/cawc.htm","",0,30,140);
   		  Menu1_2_21=new Array("Anti-Vice  Squad Cases","../departments/criminal/avsc.htm","",0,25,140);
		  Menu1_2_22=new Array("Crime Against Property","../departments/cap/cap.htm","",0,25,140);
		  Menu1_2_23=new Array("Extremist","../departments/criminal/extremist.htm","",0,20,140);
		  Menu1_2_24=new Array("Crime Against Human Body","../departments/criminal/cahb.htm","",0,35,140);   	
	Menu1_3=new Array("FSL","../departments/fsl/fsl.htm","",0,25,130);
	Menu1_4=new Array("BORDER","../departments/border/border.htm","",0,30,130);
	Menu1_5=new Array("BIEO","../departments/bieo/bieo.htm","",0,30,130);
	Menu1_6=new Array("APRO","#","",7,30,130);
	      Menu1_6_1=new Array("Objectives APRO","../departments/apro/apro.htm#objectives","",0,25,140);
		  Menu1_6_2=new Array("APRO Background","../departments/apro/apro.htm#background","",0,25,140);
		  Menu1_6_3=new Array("Present Staff Strength","../departments/apro/apro.htm#staff","",0,25,140);
		  Menu1_6_4=new Array("Achievements of APRO","../departments/apro/apro.htm#achivements","",0,25,140);
		  Menu1_6_5=new Array("Messeages Handled by APRO","../departments/apro/apro.htm#messages","",0,33,140);
		  Menu1_6_6=new Array("APRO Training School","../departments/apro/apro.htm#training","",0,25,140);
		  Menu1_6_7=new Array("Wireless Police","../departments/apro/apro.htm#tstation","",0,25,140);
    Menu1_7=new Array("DISTRICT POLICE","../districts/index.php","",28,30,130);
	      Menu1_7_1=new Array("Barpeta","../districts/barpeta.php","",0,20,100);
		  Menu1_7_2=new Array("Baksa","../districts/baksa.php","",0,20,100);
		  Menu1_7_3=new Array("Bongaigaon","../districts/bongaigaon.php","",0,20,100);
		  Menu1_7_4=new Array("Cachar","../districts/cachar.php","",0,20,100);
		  Menu1_7_5=new Array("Chirang","../districts/chirang.php","",0,20,100);
		  Menu1_7_6=new Array("Darrang","../districts/darrang.php","",0,20,100);
		  Menu1_7_7=new Array("Dhemaji","../districts/dhemaji.php","",0,20,100);
		  Menu1_7_8=new Array("Dhubri","../districts/dhubri.php","",0,20,100);
		  Menu1_7_9=new Array("Dibrugarh","../districts/dibrugarh.php","",0,20,100);
		  Menu1_7_10=new Array("Goalpara","../districts/goalpara.php","",0,20,100);
		  Menu1_7_11=new Array("Golaghat","../districts/golaghat.php","",0,20,100);
		  Menu1_7_12=new Array("Guwahati City","../districts/guwahati_city.php","",0,20,100);
		  Menu1_7_13=new Array("Hailakandhi","../districts/hailakandi.php","",0,20,100);
		  Menu1_7_14=new Array("Hamren","../districts/hamren.php","",0,20,100);
		  Menu1_7_15=new Array("Jorhat","../districts/jorhat.php","",0,20,100);
		  Menu1_7_16=new Array("Kamrup","../districts/kamrup.php","",0,20,100);
		  Menu1_7_17=new Array("Karbi Anglong","../districts/karbianglong.php","",0,20,100);
		  Menu1_7_18=new Array("Karimgunj","../districts/karimganj.php","",0,20,100);
		  Menu1_7_19=new Array("Kokrajhar","../districts/kokrajhar.php","",0,20,100);
		  Menu1_7_20=new Array("Lakhimpur","../districts/lakhimpur.php","",0,20,100);
		  Menu1_7_21=new Array("Morigaon","../districts/morigaon.php","",0,20,100);
		  Menu1_7_22=new Array("Nagaon","../districts/nagaon.php","",0,20,100);
		  Menu1_7_23=new Array("Nalbari","../districts/nalbari.php","",0,20,100);
		  Menu1_7_24=new Array("N.C. Hills","../districts/nchills.php","",0,20,100);
		  Menu1_7_25=new Array("Sibsagar","../districts/sivasagar.php","",0,20,100);
		  Menu1_7_26=new Array("Sonitpur","../districts/sonitpur.php","",0,20,100);
		  Menu1_7_27=new Array("Tinsukia","../districts/tinsukia.php","",0,20,100);
		  Menu1_7_28=new Array("Udalguri","../districts/udalguri.php","",0,25,100);
     Menu1_8=new Array("RAILWAY POLICE","../departments/rail/railpolice.htm","",0,30,130);
	 Menu1_9=new Array("RIVER POLICE","../departments/river/riverpolice.htm","",0,30,130);
	 Menu1_10=new Array("BATTALIONS","#","",4,30,130);
	      Menu1_10_1=new Array("A. P. BN.","../departments/batalion/apbn.htm","",0,25,140);
		  Menu1_10_2=new Array("A. P. T. F.","../departments/batalion/aptf.htm","",0,25,140);
		  Menu1_10_3=new Array("I. R. BN. & Commando","../departments/batalion/irbncomm.htm","",0,25,140);
		  Menu1_10_4=new Array("Training Institutes","../departments/batalion/training.htm","",0,25,140);
	 Menu1_11=new Array("VDO","../departments/vdo/vdp.htm","",0,30,130);
	 Menu1_12=new Array("FIRE SERVICE","../departments/fire/f_service.htm","",0,30,130); 
		 		
Menu2=new Array("TRAFFIC INFO","#","",1,30,100);
	Menu2_1=new Array("Traffic Awareness Programme","../departments/tpolice/index.htm","",0,33,180);
		
Menu3=new Array("TOURIST INFO","../tour/index.htm","",0,30,100);
	
Menu4=new Array("PUBLIC UTILITY","../departments/tpolice/tpolice_new.htm","",0,30,110);
    			
	      		
Menu5=new Array("SITE INDEX","../siteindex.htm","",0,30,85);
   
Menu6=new Array("MAP","../map.htm","",0,30,50);

Menu7=new Array("PHONE & EMAIL","../pnedirectory/index.php","",0,30,108);

Menu8=new Array("COMMUNITY POLICING","../community.htm","",0,30,147);
   


