with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
	orientation="horizontal";
	//itemwidth=0;
	style=menuStyle;
	top=0;
	position="relative";

aI("text=");
aI("text=&nbsp; &nbsp; Home &nbsp; &nbsp;url=index.asp;");
aI("image=images/nav_seprator.jpg;");
aI("text=&nbsp; &nbsp; About Us &nbsp; &nbsp;url=about_us.asp;");
aI("image=images/nav_seprator.jpg;");
aI("text=&nbsp; &nbsp; Why Us &nbsp; &nbsp;url=why_us.asp;");
aI("image=images/nav_seprator.jpg;");
aI("text=&nbsp; &nbsp; Clients Served &nbsp; &nbsp;url=clients_served.asp;");
aI("image=images/nav_seprator.jpg;");
aI("text=&nbsp; &nbsp; Process We Follow &nbsp; &nbsp;url=process_we_follow.asp;");

}

drawMenus()

function openNewWindow1() {

  popupWin = window.open('Subscription_add.aspx',
  'open_window',
  'menubar=0, toolbar=none, addressbar=none,location=none, directories=0, status=0, scrollbars=0, resizable=1, dependent=0, width=450, height=200, left=200, top=200')
}

