nbsp = String.fromCharCode(160);

root5 = create_ctrl(main, 'r5', 97, 37, 'img/i_products.jpg', 0,'products.html');
menu5_id = create_menu(root5, 0, 35, 0);
mass5 = main['r5'];
subctrl = create_item(menu5_id, mass5, nbsp+'Application Software', 200, 15, 0, 0, 'software.html','img/ppm_1_1.gif');
		
subtest = create_item(menu5_id, mass5, nbsp+'Capture Cards', 200, 15, 0, 15, 'hardware.html','img/ppm_2_1.gif');

subctrl = create_item(menu5_id, mass5, nbsp+'Streaming Systems', 200, 15, 0, 30, 'streaming_systems.html','img/ppm_3_1.gif');

subctrl = create_item(menu5_id, mass5, nbsp+'High Definition', 200, 15, 0, 45, 'high-definition.html','img/ppm_3_1.gif');

subctrl = create_item(menu5_id, mass5, nbsp+'Mobile/Portable Video Encoding', 200, 15, 0, 60, 'mobile_menu.html','img/ppm_3_1.gif');

document.getElementById('mydiv1').appendChild(root5);
root1 = create_ctrl(main, 'r1', 97, 37, 'img/i_support.jpg', 0, 'faq.html');
menutop_id = create_menu(root1, 0, 35, 0);
mass1 = main['r1'];
subctrl = create_item(menutop_id, mass1, nbsp+'FAQ', 97, 15, 0, 0, 'faq.html','img/ppm_1_1.gif');
subctrl = create_item(menutop_id, mass1, nbsp+'Support', 97, 15, 0, 15, 'support.html','img/ppm_2_1.gif');
subctrl = create_item(menutop_id, mass1, nbsp+'RMA Policy', 97, 15, 0, 30, 'rma_policy.html','img/ppm_3_1.gif');
document.getElementById('mydiv2').appendChild(root1);