document.write("<div class=\"menu_style\" id=\"menu_style\">");
document.write("<ul>");
	document.write("<li><a href=\"index.html\">HOME</a></li>");
	document.write("<li><a href=\"#\" rel=\"dropmenu1\">SERVICES</a></li>");
	document.write("<li><a href=\"#\" rel=\"dropmenu2\">PRODUCTS</a></li>");
	document.write("<li><a href=\"#\" rel=\"dropmenu3\">PARTNERS</a></li>");
	document.write("<li><a href=\"events.html\">EVENTS</a></li>");
	document.write("<li><a href=\"careers.html\">CAREERS</a></li>");
	document.write("<li><a href=\"contacts.html\">CONTACTS</a></li>");
	document.write("</ul>");
document.write("</div><!-- menu_style -->");

document.write("<!--1st drop down menu SERVICES-->");                                               
document.write("<div id=\"dropmenu1\" class=\"dropmenudiv\" style=\"width: 170px\">");
document.write("<a href=\"db_services.html\">Database Services</a>");
document.write("<a href=\"hosted_solutions.html\">Hosted Solutions</a>");
document.write("<a href=\"it_outsource.html\">IT Outsourcing</a>");
document.write("<a href=\"advertising.html\">Advertising</a>");
document.write("</div>");

document.write("<!--2nd drop down menu PRODUCTS-->");
document.write("<div id=\"dropmenu2\" class=\"dropmenudiv\" style=\"width: 170px\">");
document.write("<a href=\"crm.html\">CRM &amp; ERP</a>");
document.write("<a href=\"accounting.html\">Accounting &amp; Inventory</a>");
document.write("<a href=\"pharmacy.html\">Pharmacy Accounting</a>");
document.write("<a href=\"hrm.html\">HR Information System</a>");
document.write("<a href=\"others.html\">Others</a>");
document.write("</div>");

document.write("<!--3rd drop down menu PARTNERS-->");
document.write("<div id=\"dropmenu3\" class=\"dropmenudiv\" style=\"width: 170px\">");
document.write("<a href=\"http://portalstandards.oracle.com/portal/page/portal/TOPLEVELSITE/DBLink Access Knowledge Exchange/Home:welcome,ads\" target=\"_blank\">Knowledge Exchange</a>");
document.write("<a href=\"members.html\">Members</a>");
document.write("<a href=\"links.html\">Links</a>");
document.write("</div>");
