_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#F7CA40'; 
oncolor='#ffffff'; 
offbgcolor='#CAE6FF'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#6699CC'; 
oncolor='#FFFF66'; 
offbgcolor='#000000'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='70%'; 
itemwidth='100';
itemheight='10';
align='Center';
fontstyle='Italic'; 
fontweight='Bold'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#000000'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('4')){ style=menuStyle; aI('text=Menu 4 vijay;url=dynamicdata/vijay.aspx;status=Menu 4 vijay;');} with(sat=new menuname('3')){ style=menuStyle; aI('text=new product;url=dynamicdata/new.aspx;status=new product;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=vjay;url=dynamicdata/vijay.aspx;status=vjay;');} with(sat=new menuname('1')){ style=menuStyle; aI('text=test;url=dynamicdata/test.aspx;status=test;showmenu=111;');} with(sat=new menuname('111')){ style=menuStyle;aI('text=in test;url=dynamicdata/testiong.aspx;status=in test;showmenu=12111;'); }  with(sat=new menuname('12111')){  style=menuStyle; aI('text=in in test;url=dynamicdata/newvir.aspx;status=in in test;showmenu=12211;'); }  with(sat=new menuname('12211')){  style=menuStyle; aI('text=in in in test;url=dynamicdata/test.aspx;status=in in in test;'); } drawMenus();
