<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="index.html"><img src="picts/voice-recorders-logo-170.jpg" border="0" class=""></a><br>');
document.write('</center>');
document.write('<br>');


}

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('NEWS<br></legend>');

document.write('<a href="index.html"><img src="picts/Trains-Network-Rail-Approved-Voice-Recording-Systems.jpg" border="0" class="borders"></a><br>');

document.write('Network Rail installed 4 off 32 channel Total Recall Recorders at the new Euro Star Kings Cross St Pancras Station Control Room. TR UK Rail Type Approval: EN-50121-4:2000. <br>');

document.write('</fieldset>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('NEWS<br></legend>');

document.write('<a href="index.html"><img src="picts/radio-communications-voice-recording-systems.jpg" border="0" class="borders"></a><br>');


document.write('Motorola has placed an order for 23 off Total Recall Rack Recorders for recording TETRA radio communication systems for a project in the Middle East. Standalone operation and ease of use was a prime requirement for these remote multi-site installations.<a href="contact.htm"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('</center>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('NEWS<br></legend>');

document.write('<a href="index.html"><img src="picts/Contol-Room-Voice-Recording-Systems.jpg" border="0" class="borders"></a><br>');

document.write('Total Recall Max Rack goes Underground via Siemens for the London Underground Victoria Line Upgrade of 6 Control Rooms. A Hybrid "One Box Solution" to record VoIP telephones, digital PBX, analogue lines, 2 way radio comms, microphones & PA intercoms.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('</center>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('NEWS<br></legend>');

document.write('<a href="index.html"><img src="picts/FSA-compliant-voice-recording-telephones.jpg" border="0" class="borders"></a><br>');

document.write('Iroko Securities London selects Total Recall Desk Recorder for FSA Compliant Financial Trading voice transaction recording from Avaya IP office telephones.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2













document.write('</td></tr></table>');


// -- END -->