function menu_write() {

document.writeln("<ul id=\'menu\'>")
document.writeln("<li><a href=\'index.html\'>Welcome<\/a><\/li>")
document.writeln("<li>")
document.writeln("<a href=\'#\'>About</a>")
document.writeln("<ul>")
document.writeln("<li><a href=\'innovation.html\'>Our&nbsp;Business<\/a><\/li>")
document.writeln("<li><a href=\'integrity.html\'>Our&nbsp;Values<\/a><\/li>")
document.writeln("<li><a href=\'people.html\'>Our&nbsp;People<\/a><\/li>")
document.writeln("<li><a href=\'company_contact.html\'>Contact&nbsp;Us<\/a><\/li>")
document.writeln("<\/ul>")
document.writeln("<\/li>")
document.writeln("<li>")
document.writeln("<a href=\'#\'>Services  <\/a>")
document.writeln("<ul>")
document.writeln("<li><a href=\'strategy.html\'>Strategies<\/a><\/li>")
document.writeln("<li><a href=\'optimise.html\'>Optimisation<\/a><\/li>")
document.writeln("<li><a href=\'integration.html\'>Integration<\/a><\/li>")
document.writeln("<\/ul>")
document.writeln("<\/li>")
document.writeln("<li><a href=\'faceguard.html\'>Faceguard <\/a><\/li>")
document.writeln("<\/ul>")
}

function leftmenu_write() {
document.writeln("<div id=\'LeftMenu\'>")
document.writeln("<table cellspacing=\'14px\'>")
document.writeln("<tr class=\'LeftMenu\'><th class=\'setwidth\'><a class=\'LeftMenu\' href=\'faceguard_features.html\'>FEATURES <\/a><\/th><\/tr>")
document.writeln("<tr class=\'LeftMenu\'><th class=\'setwidth\'><a class=\'LeftMenu\' href=\'fg_roof_profiles.html\'>ROOF PROFILES<\/a><\/th><\/tr>")
document.writeln("<tr class=\'LeftMenu\'><th class=\'setwidth\'><a class=\'LeftMenu\' href=\'fg_support_profiles.html\'>SUPPORT PROFILES<\/a><\/th><\/tr>")
document.writeln("<tr class=\'LeftMenu\'><th class=\'setwidth\'><a class=\'LeftMenu\' href=\'faceguard_alerts.html\'>REAL TIME ALERTS<\/a><\/th><\/tr>")
document.writeln("<tr class=\'LeftMenu\'><th class=\'setwidth\'><a class=\'LeftMenu\' href=\'fg_support_capacity.html\'>SUPPORT CAPACITY<\/a><\/th><\/tr>")
document.writeln("<tr class=\'LeftMenu\'><th class=\'setwidth\'><a class=\'LeftMenu\' href=\'faceguard_architecture.html\'>ARCHITECTURE<\/a><\/th><\/tr>")
document.writeln("<tr class=\'LeftMenu\'><th class=\'setwidth\'><a class=\'LeftMenu\' href=\'faceguard_why.html\'>WHY FACEGUARD?<\/a><\/th><\/tr>")
document.writeln("<tr class=\'LeftMenu\'><th class=\'setwidth\'><a class=\'LeftMenu\' href=\'faceguard_downloads.html\'>DOWNLOADS<\/a><\/th><\/tr>")
document.writeln("<\/table><\/div>")
}
