
 
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 = '#143c55';
       oncolor = '#ffffff';
    offbgcolor = '#7eb3c0';
      offcolor = '#0C125A';
   bordercolor = '#8A8686';
   borderstyle = '';
separatorcolor = '#ffffff';
 separatorsize = 1;
 separatorpadding ='';
       padding ='3';
   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://www.irandatacenter.ir/images/suben.gif';
      align='left';
}                  

horizStyle=new copyOf(vertStyle)
horizStyle.overfilter='';
horizStyle.outfilter='';


horizStyle.borderwidth=3;
horizStyle.bordercolor = '#7eb3c0';
horizStyle.borderstyle = '';


horizStyle.separatorpadding='4';
horizStyle.separatorcolor = '#ffffff';

horizStyle.onbgcolor = '#143c55';
horizStyle.offbgcolor = '#7eb3c0';

horizStyle.oncolor = '#ffffff';
horizStyle.offcolor = '#ffffff' ;

horizStyle.fontsize = '11px';
horizStyle.fontstyle = '';
horizStyle.fontfamily = 'tahoma';

horizStyle.pagecolor = '';
horizStyle.subimage='http://www.irandatacenter.ir/images/en.gif';



with(milonic=new menuname('mainmenu2'))
{
position = 'relative';
style = horizStyle;
alwaysvisible = 1;
orientation='verticaly';
aI('text=First Page;url=http://www.irandatacenter.ir/language/2;');
	   aI('text=Services ;showmenu=a2;url=;');
	   aI('text=Support colorful packages;url=http://www.irandatacenter.ir/pages/93/Support colorful package for dedicated and virtual servers.html;');
	   aI('text=Certificates;url=http://album.keyana.ae/categories.php?cat_id=3;');
	   aI('text=Album;url=;');
	   aI('text=Support;url=http://www.persianhelp.com/index.php?_m=knowledgebase;');
	   aI('text=About Us;url=http://www.irandatacenter.ir/pages/37/About Us.html;');
	   aI('text=Contact Us;url=http://www.irandatacenter.ir/contact/contact.html;');
	   }
with(milonic=new menuname('a2'))
	   { 
	    style = vertStyle;
	    top='offset=2';
	    margin=3
		aI('text=Virtual Private Server (VPS);showmenu=ab1;url=;');
				 aI('text=Dedicated Server;url=http://www.irandatacenter.ir/pages/83/Dedicated Servers.html;');}
	   with(milonic=new menuname('ab1'))
   { 
     style = vertStyle;
     top='offset=10';
     margin=5;
	 aI('text=List 1;url=http://www.irandatacenter.ir/pages/80/Virtual Private Server(1).html;');
		   aI('text=List 2;url=http://www.irandatacenter.ir/pages/81/Virtual Private Server(2).html;');
		   aI('text=List 3;url=http://www.irandatacenter.ir/pages/82/Virtual Private Server(3).html;');
		   }
   drawMenus(155);

