_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#B6B6B6'; 
oncolor='#ffffff'; 
offbgcolor='#383838'; 
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='#ffffff'; 
oncolor='#FCA601'; 
offbgcolor='#FFFFFF'; 
offcolor='#048066'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='70%'; 
itemwidth='150';
itemheight='25';
align='Center';
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#000000'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('139')){ style=menuStyle; aI('text=Top 10 Interview Questions;url=../InterviewPreparation.aspx;status=Top 10 Interview Questions;');aI('text=Other Common Interview Questions;url=dynamicdata/othercommonquestions.aspx;status=Other Common Interview Questions;');aI('text=How to Improve Interview Performance;url=dynamicdata/improveinterviewperformance.aspx;status=How to Improve Interview Performance;');aI('text=Handy CV Tips;url=dynamicdata/handycvtips.aspx;status=Handy CV Tips;');aI('text=Interview Tips;url=dynamicdata/interviewtips.aspx;status=Interview Tips;');} with(sat=new menuname('136')){ style=menuStyle; aI('text=testing;url=dynamicdata/testing.aspx;status=testing;');} drawMenus();


