
 
scrollAmount=5      // Used for Netscape 4 scrolling
_scrollDelay=10	     // Used for Netscape 4 scrolling

_menuCloseDelay='100' // The delay for menus to remain visible on mouse off
_menuOpenDelay='100'   // 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 = '#8AABBF';
       oncolor = '#CEE4F2';
    offbgcolor = '#D4DDE2';
      offcolor = '#000000';
   bordercolor = '#CD52C1';
   borderstyle = '';
separatorcolor = '#693F65';
 separatorsize = 4;
 separatorpadding ='';
       padding ='5';
   borderwidth = 3;
   if(!mac)onborder='0px solid #ffffff';
    overfilter = 'Fade(duration=0.2);Shadow(color=#CE2FC4, Direction=135, Strength=5)';
     outfilter = 'randomdissolve(duration=0.4)'
      fontsize = '11px';
     fontstyle = '';
    fontfamily = 'tahoma';
     pagebgcolor = '';
       pagecolor = '';
      subimage = 'http://www.khmlss.com/images/suben.gif';
      align='left';
}                  

horizStyle=new copyOf(vertStyle)
horizStyle.overfilter='';
horizStyle.outfilter='';


horizStyle.borderwidth=1;
horizStyle.bordercolor = '#8B7474';
horizStyle.borderstyle = '';


horizStyle.separatorpadding='3';
horizStyle.separatorcolor = '#E96161';

horizStyle.onbgcolor = '#64EAEF';
horizStyle.offbgcolor = '#B7DADB';

horizStyle.oncolor = '#CDCFFF';
horizStyle.offcolor = '#000000' ;

horizStyle.fontsize = '10px';
horizStyle.fontstyle = 'tahoma';
horizStyle.fontfamily = 'tahoma';

horizStyle.pagecolor = '';
horizStyle.subimage='http://www.khmlss.com/images/en.gif';



with(milonic=new menuname('mainmenu2'))
{
position = 'relative';
style = horizStyle;
alwaysvisible = 1;
orientation='verticaly';
aI('text=home page;url=http://www.khmlss.com/language/2;');
	   aI('text=Organization ;showmenu=a2;url=;');
	   aI('text=membership;url=http://www.khmlss.com/pages/204/membership.html;');
	   aI('text=Biography Wise Jorjany;url=http://www.khmlss.com/pages/245/Biography Wise Jorjany.html;');
	   aI('text=FAQ;url=http://www.khmlss.com/faq/faq.html;');
	   aI('text=About Iran;url=http://www.irpedia.com/;');
	   aI('text=links;url=http://www.khmlss.com/pages/228/links.html;');
	   aI('text=gallery;url=http://www.khmlss.com/gallery/gallery.html;');
	   aI('text=Contact US;url=http://www.khmlss.com/contact/contact.html;');
	   }
with(milonic=new menuname('a2'))
	   { 
	    style = vertStyle;
	    top='offset=2';
	    margin=3
		aI('text=statute;url=http://www.khmlss.com/pages/229/statute.html;');aI('text=members;url=http://www.khmlss.com/pages/230/membes.html;');aI('text=Vice Presidents;showmenu=ab1;url=;');
				 }
	   with(milonic=new menuname('ab1'))
   { 
     style = vertStyle;
     top='offset=10';
     margin=5;
	 aI('text=Administrative and Financial;url=http://www.khmlss.com/pages/232/Administrative and Financial.html;');
		   aI('text=Deputy Welfare and Support;url=http://www.khmlss.com/pages/233/Deputy Welfare and Support.html;');
		   aI('text=Deputy ForeignLegal;url=http://www.khmlss.com/pages/234/Deputy ForeignLegal.html;');
		   aI('text=Deputy Education and Research;url=http://www.khmlss.com/pages/235/Deputy Education and Research.html;');
		   aI('text=Public Relations;url=http://www.khmlss.com/pages/242/Public Relations.html;');
		   }
   drawMenus(180);
