_scrollAmount=5      // Used for Netscape 4 scrolling
_scrollDelay=10	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

treeOffset=25;  // Used to set the offset of sub menus
singleMasterMenu=false // Informs the system to on;y have one menu open at a time

with(tstyle1=new mm_style()){
offcolor = "black";
oncolor = "blue";


//offbgcolor="yellow";
//onbgcolor="pink";
ondecoration="underline"

//borderwidth=1
separatorsize=1
separatorcolor="transparent"

subimage="plus.gif"
subimageposition="top left" ;
clicksubimage="minus.gif"
fileimage="trans_big.gif";

bgimage="treebg.gif";

padding = 1
fontsize = "11px";
fontfamily = "arial, verdana, tahoma";    
type="tree";  

    overfilter = "Fade(duration=0.2);Alpha(opacity=95);"
     outfilter = "randomdissolve(duration=0.4)"
 
}


with(new menuname("main Tree Menu")){
top=60
left=60
style = tstyle1;
alwaysvisible = 1;
position="relative";
aI("text=Desktop;subimage=desktop.gif;clicksubimage=desktop.gif;showmenu=Desktop;");
aI("text=Recycle Bin 1;image=recyclebin.gif;");
aI("text=Recycle Bin 2;image=recyclebin.gif;");
aI("text=Recycle Bin 3;image=recyclebin.gif;");
}

	with(new menuname("Desktop")){
	style = tstyle1;
	aI("text=My Documents;showmenu=My Documents;image=mydocs.gif;");
	aI("text=My Network Places;showmenu=My Network Places;image=mynetwork.gif");
	aI("text=Recycle Bin;image=recyclebin.gif;");
	aI("text=My Computer;showmenu=My Computer;image=mycomputer.gif;");
	aI("text=Recycle Bin 4;image=recyclebin.gif;");
	aI("text=Recycle Bin 5;image=recyclebin.gif;");
	}
	/*
		with(new menuname("My Documents")){
		style = tstyle1;
		aI("text=3 Floppy(A:);image=drivea.gif;");
		aI("text=Local Disk(C:);image=drivec.gif;showmenu=drivec;");
		aI("text=DVD-RW Drive(D:);image=drived.gif;showmenu=drivec;");
		aI("text=root on 'Office Linux Server(office)' (R:);image=netdrive.gif;showmenu=drivec;");
		aI("text=shared on 'Office Linux Server(office)' (S:);image=netdrive.gif;showmenu=drivec;");
		aI("text=home on 'Office Linux Server(office)' (U:);image=netdrive.gif;showmenu=drivec;");
		aI("text=Control Panel;image=controlpanel.gif;showmenu=drivec;");
		aI("text=Mobile Device;image=mobiledevice.gif;showmenu=drivec;");
		aI("text=Shared Documents;image=mobiledevice.gif;showmenu=drivec;");
		}	
*/
		with(new menuname("My Documents")){
		style = tstyle1;
		aI("text=3 ddd Floppy(A:);image=drivea.gif;");
		aI("text=3 ddd Floppy(A:);image=drivea.gif;");
		aI("text=Local ddd Disk(C:);image=drivec.gif;");
		aI("text=DVD-RW ddd Drive(D:);image=drivec.gif;");
		aI("text=root ddd on 'Office Linux Server(office)' (R:);image=drivec.gif;");
		}	
	
	
	
	

	
		with(new menuname("My Computer")){
		style = tstyle1;
		aI("text=3 Floppy(A:);image=drivea.gif;");
		aI("text=Local Disk(C:);image=drivec.gif;");
		aI("text=DVD-RW Drive(D:);image=drivec.gif;");
		aI("text=root on 'Office Linux Server(office)' (R:);image=drivec.gif;");
		}	
	
	
		with(new menuname("My Network Places")){
		style = tstyle1;
		aI("text=Entire Network;showmenu=Entire Network;image=entirenetwork.gif;");
		aI("text=My Web Site on MSN;showmenu=My Web Site on MSN;image=msn.gif;");
		}
	
			with(new menuname("Entire Network")){
			style = tstyle1;
			aI("text=Microsoft Terminal Services;image=networksub.gif;");
			aI("text=Microsoft Windows Network;image=networksub.gif;showmenu=Windows Network");
			aI("text=Web Client Network;image=networksub.gif;");
			}
		
				with(new menuname("Windows Network")){
				style = tstyle1;
				aI("text=Workgroup;image=networks.gif;");
				aI("text=Microsoft Windows Network;image=networksub.gif;showmenu=Windows Network2");
				aI("text=Milonic;image=networks.gif;");
				}

					with(new menuname("Windows Network2")){
					style = tstyle1;
					aI("text=2 - Workgroup;image=networks.gif;");
					aI("text=2 - Milonic;image=networks.gif;");
					}
	
drawMenus()

