document.writeln("<select name='select' onchange = 'javascript:window.location.href=this.value;'>");
document.writeln("<option value='#'>Find the certification you need:</option>");
document.writeln("<option value='#'>Microsoft</option>");
document.writeln("<option value='"+ _gRootPath +"products/microsoft/MCSA.html' title='MCSA'> -- MCSA</option>");
document.writeln("<option value='"+ _gRootPath +"products/microsoft/MCSE_2003.html' title='MCSE 2003'> -- MCSE 2003</option>");
//document.writeln("<option value='"+ _gRootPath +"products/microsoft/microsoft_exchange_2003.html' title='Microsoft Exchange 2003'> -- Microsoft Exchange 2003</option>");
document.writeln("<option value='"+ _gRootPath +"products/microsoft/SMS.html' title='SMS'> -- SMS</option>");
document.writeln("<option value='"+ _gRootPath +"products/microsoft/MOM.html' title='MOM'> -- MOM</option>");
document.writeln("<option value='"+ _gRootPath +"products/microsoft/MCPD_EA.html' title='MCPD-EA'> -- MCPD-EA</option>");
document.writeln("<option value='"+ _gRootPath +"products/microsoft/MCAD.html'> -- MCAD.net</option>");
document.writeln("<option value='"+ _gRootPath +"products/microsoft/sharepoint_2007.html'> -- Sharepoint 2007</option>");
document.writeln("<option value='"+ _gRootPath +"products/microsoft/Windows_Vista.html'> -- Windows Vista</option>");
document.writeln("<option value='"+ _gRootPath +"products/microsoft/Exchange_Server_2003.html'> -- Exchange Server 2003</option>");
document.writeln("<option></option>");
document.writeln("<option value='#'>Cisco</option>");
document.writeln("<option value='"+ _gRootPath +"products/cisco/ccna.html'> -- CCNA</option>");
document.writeln("<option value='"+ _gRootPath +"products/cisco/ccnp.html'> -- CCNP</option>");
document.writeln("<option value='"+ _gRootPath +"products/cisco/ccie.html'> -- CCIE</option>");
document.writeln("<option value='"+ _gRootPath +"products/cisco/ccsp.html'> -- CCSP</option>");
document.writeln("<option value='"+ _gRootPath +"products/cisco/cisco_pix.html'> -- CSPFA (Pix Firewall)</option>");
document.writeln("<option></option>");
document.writeln("<option value='#'>Check Point</option>");
document.writeln("<option value='"+ _gRootPath +"products/check_point/check_point_CCSA_ccse.html'> -- CCSA & CCSE</option>");
document.writeln("<option></option>");
document.writeln("<option value='#'>Oracle</option>");
document.writeln("<option value='"+ _gRootPath +"products/oracle/9i_developer_PL_SQL.html'> -- 9i Developer (PL/SQL)</option>");
document.writeln("<option value='"+ _gRootPath +"products/oracle/OCA_OCP_9i_Forms_Developer.html'> -- OCA & OCP 9i Forms Developer</option>");
document.writeln("<option value='"+ _gRootPath +"products/oracle/OCA_OCP_DBA_9i.html'> -- OCA & OCP DBA 9i</option>");
document.writeln("<option></option>");
document.writeln("<option value='#'>IBM</option>");
document.writeln("<option value='"+ _gRootPath +"products/ibm/tivoli_lotus.html'> -- Tivoli</option>");
document.writeln("<option value='"+ _gRootPath +"products/ibm/tivoli_lotus.html'> -- Lotus</option>");
document.writeln("<option></option>");
document.writeln("</select>");