
 
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='400'   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

Goverfilter = 'Fade(duration=0.2);Shadow(color=red, Direction=435, Strength=5)'
Goutfilter = 'randomdissolve(duration=0.4)'


with(vertStyle=new mm_style()){
     onbgcolor = '#EEEBEB';
       oncolor = '#BAD6DA';
    offbgcolor = '#FFFFFF';
      offcolor = '#242020';
   bordercolor = '#8A8686';
   borderstyle = '';
separatorcolor = '#DE2323';
 separatorsize = 1;
 separatorpadding ='';
       padding ='2';
   borderwidth = 1;
   if(!mac)onborder='0px solid #ffffff';
    overfilter = 'Fade(duration=0.2);Shadow(color=#DED8D8, Direction=135, Strength=5)';
     outfilter = 'randomdissolve(duration=0.4)'
      fontsize = '11px';
     fontstyle = '';
    fontfamily = 'tahoma';
     pagebgcolor = '';
       pagecolor = '';
      subimage = 'http://yadmanhonar.com/images/subfa.gif';
      align='right';
}                  

horizStyle=new copyOf(vertStyle)
horizStyle.overfilter='';
horizStyle.outfilter='';


horizStyle.borderwidth=0;
horizStyle.bordercolor = '#735353';
horizStyle.borderstyle = '';


horizStyle.separatorpadding='4';
horizStyle.separatorcolor = '#A91313';

horizStyle.onbgcolor = '#F7EEEE';
horizStyle.offbgcolor = '#FFFFFF';

horizStyle.oncolor = '#9384C4';
horizStyle.offcolor = '#524870' ;

horizStyle.fontsize = '11px';
horizStyle.fontstyle = '';
horizStyle.fontfamily = 'tahoma';

horizStyle.pagecolor = '';
horizStyle.subimage='http://yadmanhonar.com/images/fa.gif';



with(milonic=new menuname('mainmenu2'))
{
position = 'relative';
style = horizStyle;
alwaysvisible = 1;
orientation='verticaly';
aI('text=صفحه اصلی;url=index.php;');
	   aI('text=درباره ما;url=http://yadmanhonar.com//pages/32/درباره ما.html;');
	   aI('text=محصولات ;showmenu=a3;url=http://yadmanhonar.com//pages/33/محصولات.html;');
	   aI('text=تماس با ما;url=http://yadmanhonar.com//pages/34/تماس با ما.html;');
	   }
with(milonic=new menuname('a3'))
	   { 
	    style = vertStyle;
	    top='offset=2';
	    margin=3
		aI('text=ساعت;url=;');aI('text=سررسید;url=;');}
	   drawMenus(190);

