


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(SubMenuStyle=new mm_style()){
onbgcolor="#97967A";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#355785";
borderstyle="solid";
borderwidth=1;
separatorcolor="#355785";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#355785";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(MainMenu=new mm_style()){
separatorcolor="#FFFFFF";
separatorsize="1";
padding=0;
}

with(SubMenuStyleXP=new mm_style()){
onbgcolor="#C1D2EE";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8A867A";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
image="images/xpblank.gif";
subimage="images/arrow.gif";
onborder="1px solid #316AC5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
menubgimage="images/winxp.gif";
}

with(milonic=new menuname("Conduct")){
style=SubMenuStyle;
overflow="scroll";
margin=4;
aI("text=Code Of Conduct ;url=code_conduct.html;status=Code Of Conduct ");
aI("text=Code Of Ethics;url=code_ethics.html;status=Code Of Ethics");
}

with(milonic=new menuname("Services")){
style=SubMenuStyle;
overflow="scroll";
margin=4;
aI("text=Credit Consulting;url=svc_credit_consulting.html;status=Services NCRM Provides - Credit Consulting;");
aI("text=Credit Documentation ;url=svc_credit_doc.html;status=Services NCRM Provides - Credit Documentation;");
aI("text=Credit Assessment;url=svc_credit_ass.html;status=Services NCRM Provides - Credit Assessment;");
aI("text=Bureau Credit Point Scoring;url=svc_credit_point.html;status=Services NCRM Provides - Bureau Credit Point Scoring;");
aI("text=Multi-Point Credit Scoring;url=svc_credit_point_multi.html;status=Services NCRM Provides - Multi-Point Credit Scoring;");
aI("text=Accounting Services;url=svc_acc_medium_ent.html;status=Services NCRM Provides - Accounting Services for small to medium enterprises;");
aI("text=Billing / Invoicing Services;url=svc_acc_billing.html;status=Services NCRM Provides - Billing / Invoicing Services;");
aI("text=Cash Flow Management;url=svc_cash_flow.html;status=Services NCRM Provides - Cash Flow Management;");
aI("text=Accounts Receivable Ledger Management;url=svc_acc_receivable.html;status=Services NCRM Provides - Accounts Receivable Ledger Management;");
aI("text=Credit Control;url=svc_credit_control.html;status=Services NCRM Provides - Credit Control;");
aI("text=Ledger Purchase;url=svc_ledger_purchase.html;status=Services NCRM Provides - Ledger Purchase;");
aI("text=Computer Reporting Systems;url=svc_reporting_systems.html;status=Services NCRM Provides - Computer Reporting Systems;");
aI("text=Litigation Services;url=svc_litigation.html;status=Services NCRM Provides - Litigation Services;");
//aI("text=Credit Training;url=svc_training.html;status=Services NCRM Provides - Credit Training;");
}

with(milonic=new menuname("Links")){
style=SubMenuStyle;
overflow="scroll";
margin=4;
aI("text=International;url=links.html#int;status=Industry Links - International");
aI("text=Australian;url=links.html#aus;status=Industry Links - Australian");
aI("text=New South Wales;url=links.html#nsw;status=Industry Links - New South Wales");
aI("text=Queensland;url=links.html#qld;status=Industry Links - Queensland ");
aI("text=Victoria;url=links.html#vic;status=Industry Links - Victoria");
aI("text=Western Australia;url=links.html#wa;status=Industry Links - Western Australia");
aI("text=ACT;url=links.html#act;status=Industry Links - ACT");
aI("text=New Zealand;url=links.html#nz;status=Industry Links - New Zealand");
}

with(milonic=new menuname("Contacts")){
style=SubMenuStyle;
overflow="scroll";
margin=4;
aI("text=New South Wales;url=contacts.html#sydney;status=NCRM Pty Ltd - Sydney - New South Wales");
aI("text=Queensland;url=contacts.html#brisbane;status=NCRM Pty Ltd - Brisbane - Queensland");
aI("text=Victoria;url=contacts.html#melbourne;status=NCRM Pty Ltd - Melbourne - Victoria");
aI("text=Western Australia;url=contacts.html#perth;status=NCRM Pty Ltd - Perth - Western Australia");
aI("text=ACT;url=contacts.html#canberra;status=NCRM Pty Ltd - Canberra - ACT");
aI("text=New Zealand;url=contacts.html#auckland;status=NCRM Pty Ltd - Auckland - New Zealand");
}

drawMenus();

