root1 = create_ctrl(main, 'root1', 219, 25, '/images/articles.gif', 0, 0);
menu1_id = create_menu(root1, 218, 0, 0);
mass1 = main['root1'];
create_item(menu1_id, mass1, 'Web Design Articles' ,172, 18, 0, 0, '/web_design_toc.php', '/images/dr_menu_top.gif');
create_item(menu1_id, mass1, 'Promotion Articles',172, 16, 0, 18, '/promotion_toc.php', '/images/dr_menu_center.gif');
create_item(menu1_id, mass1, 'SEOptimization Articles',172, 16, 0, 34, '/seo_toc.php', '/images/dr_menu_center.gif');
create_item(menu1_id, mass1, 'Business Articles',172, 16, 0, 50, '#', '/images/dr_menu_center.gif');
create_item(menu1_id, mass1, 'Hosting Articles',172, 18, 0, 66, '/hosting_toc.php', '/images/dr_menu_bottom.gif');
document.getElementById('mydiv1').appendChild(root1);

root2 = create_ctrl(main, 'root2', 219, 26, '/images/website_design.gif', 0, 0);
menu2_id = create_menu(root2, 218, 0, 0);
mass2 = main['root2'];
create_item(menu2_id, mass2, 'Free Redesign' ,172, 18, 0, 0, 'http://www.metamorphozis.com', '/images/dr_menu_top.gif');
create_item(menu2_id, mass2, 'Custom Design',172, 18, 0, 18, 'http://www.landarstudio.com', '/images/dr_menu_bottom.gif');
document.getElementById('mydiv2').appendChild(root2);

root3 = create_ctrl(main, 'root3', 219, 26, '/images/our_resources.gif', 0, 0);
menu3_id = create_menu(root3, 218, 0, 0);
mass3 = main['root3'];
create_item(menu3_id, mass3, 'Link To Us' ,172, 18, 0, 0, '/link_to_us.php', '/images/dr_menu_top.gif');
create_item(menu1_id, mass3, 'Link Exchange',172, 16, 0, 18, '#', '/images/dr_menu_center.gif');
create_item(menu3_id, mass3, 'Our Resources',172, 17, 0, 34, '#', '/images/dr_menu_bottom.gif');
document.getElementById('mydiv3').appendChild(root3);