<!-- Begin


// LEFT SIDEBAR FILE

var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW LEFT SIDEBAR

var showimage1		= "no"		// SHOW 1ST LINKED IMAGE
var showimage2		= "no"		// SHOW 2ND LINKED IMAGE


document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('Service Offerings<br>');


document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');


document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT


document.write('<a href="services.htm">Compound Security</a><br>');
document.write('Compound Security<br>');


document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT


document.write('<a href="services.htm">Mobile Security</a><br>');
document.write('24/7/365 Guards.<br>');


document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT


document.write('<a href="services.htm">Special Security</a><br>');
document.write('Consider Your VIP\'s Security.<br>');

document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT


document.write('<a href="services.htm">Security Training</a><br>');
document.write('Training for all your security Personnel.<br>');

document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');




// START SIDEBAR TEXT TO EDIT


document.write('<a href="advanced.htm">Technology</a><br>');
document.write('Training for all your security Personnel.<br>');



document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');


// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="site_map.htm">');
document.write('<img src="images/Metropol-Logo-2010.jpg"  height="102" width="140" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}



// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="site_map.htm">');
document.write('<img src="picts/sidebar-2.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}




document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->
