
document.write('<TABLE width=750 height=32 border=0 cellpadding=0 cellspacing=0>');
document.write('<TR>');
document.write('<TD width=7 height=32></TD>');

document.write('<TD width=114 height=32>');
document.write('  <div id="menu_parent1" ><a class="menudropdown" href="index.html" >HOME</a></div>');
document.write('  <div id="menu_child1">');
document.write('  </div></TD>');

document.write('<TD width=54 height=32></TD>');


document.write('<TD width=114 height=32>');
document.write('  <div id="menu_parent2" ><a class="menudropdown" href="aboutus.html" >ABOUT CAJ</a></div>');
document.write('  <div id="menu_child2">');
document.write('  </div></TD>');

document.write('<TD width=114 height=32>');
document.write('  <div id="menu_parent3" ><a class="menudropdown" href="services_beautyotherservices.html" >SERVICES</a></div>');
document.write('  <div id="menu_child3">');
document.write('  <a class="menuchild" href="services_weddingpackages.html" >Wedding Packages</a>');
document.write('  <a class="menuchild" href="services_partyevents.html" >Party Events</a>');
document.write('  <a class="menuchild" href="services_fashionshowindustryevents.html" >Fashion Show & Industry Events</a>');
document.write('  <a class="menuchild" href="services_beautyotherservices.html" >Beauty & Other Services </a>');
document.write('  </div></TD>');

document.write('<TD width=114 height=32>');
document.write('  <div id="menu_parent4" ><a class="menudropdown" href="events.html" >EVENTS</a></div>');
document.write('  <div id="menu_child4">');
document.write('  </div></TD>');

document.write('<TD width=114 height=32>');
document.write('  <div id="menu_parent5" ><a class="menudropdown" href="wedding_events_gallery.html" >WEDDING & EVENTS GALLERY</a></div>');
document.write('  <div id="menu_child5">');
document.write('  </div></TD>');

document.write('<TD width=114 height=32>');
document.write('  <div id="menu_parent6" ><a class="menudropdown" href="contactus_v2.html" >CONTACT US</a></div>');
document.write('  <div id="menu_child6">');
document.write('  </div></TD>');

document.write('<TD width=5 height=32></TD>');
document.write('</TR>');
document.write('</TABLE>');

document.write('<script type="text/javascript">');
document.write('at_attach("menu_parent1", "menu_child1", "hover", "y", "pointer");');
document.write('at_attach("menu_parent2", "menu_child2", "hover", "y", "pointer");');
document.write('at_attach("menu_parent3", "menu_child3", "hover", "y", "pointer");');
document.write('at_attach("menu_parent4", "menu_child4", "hover", "y", "pointer");');
document.write('at_attach("menu_parent5", "menu_child5", "hover", "y", "pointer");');
document.write('at_attach("menu_parent6", "menu_child6", "hover", "y", "pointer");');
document.write('</script>');



