_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-8             // Sub menu left offset

with(popTop=new mm_style()){
pointer="default";
//onbgcolor="#4F8EB6";

//offbgcolor="transparent";
offcolor="#1D2C7A";
oncolor="#FDAF15";
//bordercolor="#ADB8E6";
//borderstyle="solid";
//borderwidth=1;
separatorcolor="#ADB8E6";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="Tahoma, Helvetica, san-serif";
//fontweight='bold';
pagecolor="#5D76E4"; //E04231
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage=DOM+"images/points/_tri.gif";
//onsubimage=DOM+"images/points/_trio.gif";
subimagepadding="6";
subimageposition="left top";
//onborder='1px solid #ADB8E6'
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";	
valign="top";
}

var subi = "subimage="+imgPU+"_tri.gif;onsubimage="+imgPU+"_trio.gif;itemwidth=120;showmenu=blank;";
var br = '<br>&nbsp;';

with(milonic=new menuname("popTopSTAR")){
style=popTop;
pointer="default";
position="relative";

menuwidth=600;
alwaysvisible=1;
orientation="horizontal";	
aI("text=Overview of STAR Parenting;"+subi+"url="+DOM+"popups/overview"+ext+";");
aI("text=See How the STAR Process Works;"+subi+"url="+DOM+"popups/process"+ext+";showmenu=process_instructions;");
aI("text=Explore the STAR Points and Tools;"+subi+"url="+DOM+"popups/points"+ext+";showmenu=points_instructions;");
aI("text=Apply the STAR to Classic Issues;"+subi+"url="+DOM+"popups/issues"+ext+";showmenu=ages;");
aI("text=Take STAR Quiz<br>\& Print STAR Chart;"+subi+"url="+DOM+"popups/print"+ext+";");
}

popupCloseStyle =new copyOf(popTop) 
//popupCloseStyle.offcolor="#FDAF15";
//popupCloseStyle.oncolor="#1D2C7A";
popupCloseStyle.onsubimage=DOM+"images/points/_close.gif";
popupCloseStyle.subimage=DOM+"images/points/_closeo.gif";
popupCloseStyle.offbgcolor="#FFFFFF"; //F0F2FC
popupCloseStyle.bordercolor="#ADB8E6";
popupCloseStyle.borderstyle="solid";
popupCloseStyle.borderwidth=1;

// forces a subimage arrow
with(milonic=new menuname("blank")){}


with(subStyle=new mm_style()){
pointer="default";
//url('first.cur'), url('second.cur'), 
onbgcolor="#F0F2FC";
oncolor="#1D2C7A";
offbgcolor="#FEFED9";
offcolor="#515151";
bordercolor="#ADB8E6"; //296488
borderstyle="solid";
borderwidth=1;
separatorcolor="#ADB8E6"; //1D2C7A
separatorsize=1;
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#1D2C7A";
pagebgcolor="#FADE6B";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage=DOM+"images/nav/top/arrow.gif";
onsubimage=DOM+"images/nav/top/arrow_on.gif";
subimagepadding="6";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("process_instructions")){
style=subStyle;
orientation="vertical";	
aI("text=How to view the process<br>1. Hover over the S-T-A-R Process (rainbow star) below<br>2. Read about the STAR Process as the PopUps appear;url="+DOM+"popups/process"+ext+";type=html;");	
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("points_instructions")){
style=subStyle;
orientation="vertical";	
aI("text=How to Explore ...<br>1. Hover over around the points of the STAR<br>2. Then over the tools' names<br>3. Read tools you can apply in the moment;url="+DOM+"popups/points"+ext+";type=html;");	
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("ages")){
style=subStyle;
orientation="vertical";	
aI("text=Toddlers;url="+DOM+"popups/issues_food"+ext+";showmenu=toddlers;");	
aI("text=Preschoolers;url="+DOM+"popups/issues_hitting"+ext+";showmenu=preschool;");			
aI("text=School-aged;url="+DOM+"popups/issues_chores"+ext+";showmenu=school;");	
outfilter="randomdissolve(duration=0.3)";
}

	with(milonic=new menuname("toddlers")){
	style=subStyle;
	orientation="vertical";	
	aI("text=Throws Food;url="+DOM+"popups/issues_food"+ext+";");	
	aI("text=Resists Car Seat;url="+DOM+"popups/issues_carseat"+ext+";");	
	outfilter="randomdissolve(duration=0.3)";
	}
	
	with(milonic=new menuname("preschool")){
	style=subStyle;
	orientation="vertical";	
	aI("text=Hitting to Get a Toy;url="+DOM+"popups/issues_hitting"+ext+";");		
	aI("text=Whining;url="+DOM+"popups/issues_whining"+ext+";");	
	aI("text=Getting Dressed;url="+DOM+"popups/issues_dressing"+ext+";");		
	outfilter="randomdissolve(duration=0.3)";
	}	
	
	with(milonic=new menuname("school")){
	style=subStyle;
	orientation="vertical";	
	aI("text=Forgets Chores;url="+DOM+"popups/issues_chores"+ext+";");	
	aI("text=Forgets Homework;url="+DOM+"popups/issues_homework"+ext+";");
	outfilter="randomdissolve(duration=0.3)";
	}