<!-- 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		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="../picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" 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('&nbsp;VPN Client Links&nbsp;<br></legend>');

document.write('<b>');

document.write('<a href="../vpnclient/vpn_client_features.htm"><img src="../picts/blackwhite/bullet-red-tall.gif" border="0">Features</a><br>');

document.write('<a href="../vpnclient/vpn_client_specs.htm"><img src="../picts/blackwhite/bullet-red-tall.gif" border="0">Specifications</a><br>');

document.write('<a href="../vpnclient/vpn_client_features.htm#screenshots"><img src="../picts/blackwhite/bullet-red-tall.gif" border="0">Screen Shots</a><br>');

document.write('<a href="../vpnclient/VPN_Client_FAQs.htm"><img src="../picts/blackwhite/bullet-red-tall.gif" border="0">FAQs</a><br>');

document.write('<a href="../vpnclient/VPN_Client_Download.htm"><img src="../picts/blackwhite/bullet-red-tall.gif" border="0">Download 30 Day Eval</a><br>');


document.write('</b>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
//document.write('<a href="../index.html"><img src="../picts/buy-now.gif" border="0" class="borders"></a><br>');
document.write('<a href="http://www.proxicast.com/shopping/index.php?target=categories&category_id=187" target="_blank"><img src="../picts/buy-now.gif" border="0" class="BuyBorder"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('More Information&nbsp;<br></legend><b>');

//document.write('<img src="../picts/spacer.gif" height="8" width="1" border="0"><br>');
//document.write('<a href="../buy/info/VPN-Client-Spec-Sheet.pdf" target="_blank"><img src="../picts/blackwhite/pdficon.gif" border="0">&nbsp;Product Specifications</a><br>');
//document.write('<img src="../picts/spacer.gif" height="5" width="1" border="0"><br>');

document.write('<a href="../support/files/Proxicast_VPNClient_User_Guide.pdf" target="_blank">');
document.write('<img src="../picts/blackwhite/pdficon.gif" border="0">&nbsp;User Guide</a><br>');
document.write('<img src="../picts/spacer.gif" height="5" width="1" border="0"><br>');

document.write('<a href="Proxicast_VPNClient_ReleaseNotes.pdf" target="_blank">');
document.write('<img src="../picts/blackwhite/pdficon.gif" border="0">&nbsp;Release Notes</a><br>');
document.write('<img src="../picts/spacer.gif" height="5" width="1" border="0"><br>');


document.write('<a href="../support/files/LCTN0013%20Proxicast%20IPSec%20VPN%20Client%20Example.pdf" target="_blank"><img src="../picts/blackwhite/pdficon.gif" border="0">&nbsp;Tech Note</a><br>');
document.write('<img src="../picts/spacer.gif" height="5" width="1" border="0"><br>');

document.write('&nbsp;<a href="../contact/contact.htm" target="_parent"><img src="../contact/call_icon_15.jpg" border="0" height="16" width="16" valign="bottom">&nbsp;Contact Us</a><br>');



document.write('</fieldset></b>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->