
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=40;
alwaysvisible=1;
position="relative";
orientation="horizontal";
aI("text= Home;;url=http://www.conceptphysiotherapy.com/index.html;showmenu=home;");
aI("text= About Us;;url=http://www.conceptphysiotherapy.com/about_us.html;showmenu=about;");
aI("text= Services;;url=http://www.conceptphysiotherapy.com/treatment.html;showmenu=services;");
aI("text= FAQ;;url=http://www.conceptphysiotherapy.com/faq.html;showmenu=faq;");
aI("text= News;;url=http://conceptphysiotherapy.blogspot.com/;showmenu=news;");
aI("text= Links;;url=http://www.conceptphysiotherapy.com/link.html;showmenu=links;");
aI("text= Contact Us;;url=http://www.conceptphysiotherapy.com/contact.html;showmenu=contact;");
}

drawMenus();

