//USED FOR SEMIPROBE ABOUT US TAB

_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
closeAllOnClick = true;
retainClickValue = true;

Goverfilter="Alpha(style=1,opacity=25,finishOpacity=100,startX=0,finishX=100,startY=100,finishY=0);Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
Goverfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
Goutfilter="randomdissolve(duration=0.3)"
Goutfilter=""
Goverfilter=""

AllMargin=0

treeOffset=10;  // Used to set the offset of sub menus
singleMasterMenu=true // Informs the system to on;y have one menu open at a time

with(tstyle1=new mm_style()){
offcolor = "#4AAA42";
//onbgcolor = "#ffffff";
oncolor = "#000000";
//offbgcolor="#ffffff"
ondecoration="none"
//borderstyle = "solid";
//subimage="white_arrow.gif"
//onsubimage="white_arrow_down.gif"
//bordercolor="black"
borderwidth=0
padding = 3
fontsize = "11px";
fontweight= "bold";
fontfamily = "arial, verdana, tahoma";    
subimageposition="top right" ;
//separatorsize=0
//separatorcolor="#003366";
//image="trans.gif"
subimagepadding=1;
imagepadding=2;
itemwidth=120;
}


sub1Style=new copyOf(tstyle1)
sub1Style.offcolor = "#000000";
sub1Style.oncolor = "#4AAA42";
sub1Style.separatorcolor="#556E8C"

closeAllOnClick = true;
retainClickValue = true;

with(new menuname("main Tree Menu")){
top=170
left=25
style = tstyle1;
alwaysvisible = 1;
itemwidth=115
//margin=AllMargin
//position="relative"
aI("text=MANUAL&nbsp;>;showmenu=manual;type=tree");
aI("text=SEMIAUTOMATIC&nbsp;>;showmenu=semi;type=tree");
aI("text=FULLY AUTOMATIC&nbsp;>;showmenu=fully;type=tree");
aI("text=SPECIALTY PROBERS&nbsp;>;showmenu=specialty;type=tree");
aI("text=ACCESSORIES&nbsp;>;showmenu=accessories;type=tree");
}


	with(new menuname("manual")){
	style = sub1Style;
	margin=AllMargin
    aI("text=SMALL WAFERS;url=small_wafers.php");
	aI("text=PACKAGED PARTS;url=parts.php");
	aI("text=M-8;url=m8.php");
	aI("text=M-12;url=m12.php");
	}



	with(new menuname("semi")){
	style = sub1Style;
	margin=AllMargin
    aI("text=SA-6;url=sa6.php");
	aI("text=SA-8;url=sa8.php");
	aI("text=SA-12;url=sa12.php");
	}
	
	with(new menuname("fully")){
	style = sub1Style;
	margin=AllMargin
    aI("text=FULLY AUTOMATIC SYSTEMS - 50mm to 200mm;url=fa246.php");
	
	}
	
	with(new menuname("specialty")){
	style = sub1Style;
	margin=AllMargin
    aI("text=RESEARCH ASSISTANT RA-100;url=ra100.php");
	aI("text=SA-5 DSP;url=sa5dsp.php");
	aI("text=CUSTOM SOLUTIONS;url=custom.php");
	}
	
	with(new menuname("accessories")){
	style = sub1Style;
	margin=AllMargin
    aI("text=OPTICS;url=optics.php");
	aI("text=MANIPULATORS;url=manipulators.php");
	aI("text=OTHER;url=other.php");
	}


drawMenus()


