
//First putin the top left curve
document.writeln("<img src = 'images/tleft.gif' style = 'position:absolute; top:0; left:0; z-index:1;'>");
//Then the greybar
document.writeln("<div name = \"navi\" style = \"position:absolute; top:0; right:0; width:100%; height:15; border:0; margin:0; background-color:#666666; overflow:hidden; padding:0; text-align:right; font-size:8pt; font-style:sans-serif; color:#FFFFFF;\">");
//Then populate it with menus
document.writeln("<span id = \"LNKhome\" onClick = \"window.location = './index.htm'\" onMouseOver = \"OVRmenu('LNKhome', 'nomenu')\" onMouseOut = \"OUTmenu('LNKhome')\" style = \"cursor:pointer; position:absolute; right:503; font\">| Home |</span>");
document.writeln("<span id = \"LNKexp\" onMouseOver = \"OVRmenu('LNKexp', 'MENexp')\" onMouseOut = \"OUTmenu('LNKexp')\" style = \"cursor:pointer; position:absolute; right:443;\">| Experience |</span>");
document.writeln("<span id = \"LNKedu\" onMouseOver = \"OVRmenu('LNKedu', 'MENedu')\" onMouseOut = \"OUTmenu('LNKedu')\" style = \"cursor:pointer; position:absolute; right:389;\">| Education |</span>");
document.writeln("<span id = \"LNKskil\" onCLick = \"window.location = './skills.htm'\" onMouseOver = \"OVRmenu('LNKskil', 'nomenu')\" onMouseOut = \"OUTmenu('LNKskil')\" style = \"cursor:pointer; position:absolute; right:357;\">| Skills |</span>");
document.writeln("<span id = \"LNKbod\" onCLick = \"window.location = './bod.htm'\" onMouseOver = \"OVRmenu('LNKbod', 'nomenu')\" onMouseOut = \"OUTmenu('LNKbod')\" style = \"cursor:pointer; position:absolute; right:186;\">| Membership of Professional Bodies |</span>");
document.writeln("<span id = \"LNKint\" onClick = \"window.location = './interests.htm'\" onMouseOver = \"OVRmenu('LNKint', 'nomenu')\" onMouseOut = \"OUTmenu('LNKint')\" style = \"cursor:pointer; position:absolute; right:138;\">| Interests |</span>");
document.writeln("<span id = \"LNKexam\" onClick = \"window.location = './example.htm'\" style = \"cursor:pointer; position:absolute; right:85;\">| Examples |</span>");
document.writeln("<span id = \"LNKcon\" onClick = \"window.location = './contact.htm'\" onMouseOver = \"OVRmenu('LNKcon', 'nomenu')\" onMouseOut = \"OUTmenu('LNKcon')\" style = \"cursor:pointer; position:absolute; right:40;\">| Contact |</span>");

document.writeln("</div>");       //End of menus DIV

//Then the acctual menu Divs
//Experience
document.writeln("<div id = \"MENexp\" style = \"position:absolute; top:-300; right:443; background-color:#666666; height:245; width:200; z-index:3;\">");
document.writeln("<center><table id = \"Experiance Menu\"  cellspacing = \"5\" cellpadding = \"0\" frame = \"none\" width = \"100%\">");

document.writeln("<tr><td onClick = \"window.location = './future.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Senior Network Engineer</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './cis.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Security Consultant / JUNOS BM Leader</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './auxin.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Network Architect</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './bbc.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Network Infrastrucure Analyst</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './logica.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Senior Network Security Analyst</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './star.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Systems / Network / Security Engineer</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './mim.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Major Incident Manager /<br> Network & Solutions Developer</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './spear.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Network Consultant</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './btow.htm'\"onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">2nd / 3rd Line Technical Support</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './barclay.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">IT Liason Officer and Customer Account Manager (2nd Line)</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './alantech.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Contract Analyst / Developer</td></tr>");
document.writeln("</table></center>");
document.writeln("</div>");

//End exp


//Education
document.writeln("<div id = \"MENedu\" style = \"position:absolute; top:-800; right:389; background-color:#666666; height:390; width:450; z-index:3;\">");
document.writeln("<center><table id = \"Education Menu\"  cellspacing = \"5\" cellpadding = \"0\" frame = \"none\" width = \"100%\">");
document.writeln("<tr><td style = \"font-size:8pt; text-align:center; color:#FFFFFF;\"><b>Networking Certifications</b></td></tr>");
document.writeln("<tr><td onClick = \"window.location = './ccna.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Cisco Certified Network Associate (CCNA 640-607)</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './secplus.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">CompTIA - Security + (SY0-101)</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './jncia-er.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Juniper Networks Certified Internet Associate - Enterprise Routing (JNCIA-ER JN0-342)</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './wcsp.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Watchguard Certified Systems Professional</td></tr>");
document.writeln("<tr><td style = \"font-size:8pt; text-align:center; color:#FFFFFF;\"><b>Microsoft Certifications</b></td></tr>");
document.writeln("<tr><td onClick = \"window.location = './mcse.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Microsoft Certified Systems Engineer (MCSE Windows 2000 and MCSE:Security)</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './mcsa.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Microsoft Certified Systems Administrator (MCSA Windows 2000 and MCSA:Security)</td></tr>");
document.writeln("<tr><td onClick = \"window.location = './mcp70-214.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Microsoft Certified Professional - MCP (70-214)<br><i>Implementing & Administrating Security In a Microsoft Windows 2000 Network</i></td></tr>");
document.writeln("<tr><td onClick = \"window.location = './mcp70-215.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Microsoft Certified Professional - MCP (70-215)<br><i>Installing, Configuring, & Administering Microsoft Windows 2000 Server</i></td></tr>");
document.writeln("<tr><td onClick = \"window.location = './mcp70-216.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Microsoft Certified Professional - MCP (70-216)<br><i>Implementing and Administering a Microsoft Windows 2000 Network Infrastructure</i></td></tr>");
document.writeln("<tr><td onClick = \"window.location = './mcp70-217.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Microsoft Certified Professional - MCP (70-217)<br><i>Implementing and Administering a Microsoft Windows 2000 Directory Services Infrastructure</i></td></tr>");
document.writeln("<tr><td onClick = \"window.location = './mcp70-218.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Microsoft Certified Professional - MCP (70-218)<br><i>Managing a Microsoft Windows 2000 Network</i></td></tr>");
document.writeln("<tr><td onClick = \"window.location = './mcp70-270.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Microsoft Certified Professional - MCP (70-270)<br><i>Installing, Configuring, & Administering Microsoft Windows XP Professional</i></td></tr>");

document.writeln("<tr><td onClick = \"window.location = './mcp70-298.htm'\" onMouseOver = \"this.style.background = '#336699'\" onMouseOut = \"this.style.background = '#666666'\" style = \"cursor:pointer; font-size:8pt; color:#FFFFFF;\">Microsoft Certified Professional - MCP (70-298)<br><i>Designing Security for a Microsoft Windows Server 2003 Network</i></td></tr>");

document.writeln("</table></center>");
document.writeln("</div>");

//End edu





