<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var noteborder		= "99CCFF"	// BORDER COLOR AROUND THE NOTES

document.write('<TABLE cellpadding="5" cellspacing="0" width="100%" border="0" class="sidebartext"><tr><td valign="top" align="center">');


// START AREA 1
   if (showarea_1 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:125px; padding: 5px;"><legend>');
document.write('<span class="subtitle">FACT:</span></legend>');

document.write('High Tech Vision Training advances athletes all over the World. <br>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END AREA 1



document.write('</td></tr></table>');
//  End -->
