<!-- 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_0 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "NO"		// 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>');



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/csi_logo 98.gif" border="0" ></a><br>');
document.write('</center>');
document.write('<br>');
}
// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

 if (paragraph_0 == "yes") {

document.write('<fieldset><legend>');

document.write('NEW FOR 2011<br></legend>');

document.write('<font color=#000000><BR><a href="autoplan.asp"><img src="images/autoplan logo just word.jpg" border="0" ></a><BR><br><center><strong>A Breakthrough in<br>Part Planning for <br>NADCAP / ISO Shops!<br><br><a href="autoplan.asp" class="sidelink" target="_top">Click Here!</a><br></strong></center></font>');

<!-- document.write('You can edit this side bar area with your own text or add links or small images here as well. <a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

 }
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

 if (paragraph_1 == "yes") {

document.write('<fieldset><legend><strong>');

document.write('Help Wanted!<br></legend></strong>');

document.write('<font color=#000000><center>CSI is growing and we are looking to hire a software support specialist.  <a href="employment.asp" class="sidelink" target="_top">Click Here for more Info!</a>  <br></center>');

<!-- document.write('You can edit this side bar area with your own text or add links or small images here as well. <a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

 }
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('CSI NEWS<br></legend>');

document.write('<b>11/17/11</b> We are expanding and are looking to hire a software support specialist.  <a href="employment.asp" class="sidelink" target="_top">Click Here for more Info!</a>   <br><br><b>5/20/11</b> The 2011 User Conference at Caesars Palace was the largest conference todate.  <a href="user conference 2011.asp" class="sidelink" target="_top">Click Here!</a> <br><br> <b>11/15/10</b> CSI signs an agreement with Beyond Relations LLC for exclusive rights to AutoPlan.  AutoPlan is being integrated into Visual Shop.<br><br><b>10/05/10</b> Mobile app has been released to users<br><br><b>10/05/10</b> Q4 Customer Newsletter has been Emailed and is also available on this website.<br><br><b>8/05/10</b> Q3 Customer Newsletter has been Emailed and is also available on this website.<br><br><b>6/18/10</b> On May 11-14 2011, CSI will hold a user conference at Caesars Palace in Las Vegas.  This will be our eighth conference and the third time in Las Vegas.<br><br><b>4/23/10</b> Q2 The Customer Newsletter has been emailed to our customers and is also available on this website.<br><br><b>2/2/10</b> CSI introduces a new version of its Visual Net customer portal software.<br><br><b>1/20/10</b> Q1 Newsletter has been emailed and is available on the website.<br><br><b>07/20/09</b> Q3 Newsletter has been emailed and is available on the website.<br><br><b>05/21/09</b> Industrial Heating feature article: Heat Treater Uses Technology as Blueprint to Efficiency. Click here to view the article.<br><br><b>04/30/09</b> Q2 Newsletter has been emailed and is available on the web site.<br><br><b>01/10/09</b> Q1 Newsletter for 2009 has been sent and is available on the web site. We are going green. The newsletter will no longer be mailed.<br><br><b>09/29/08</b> - CSI Introduces RFID Shop Floor Tracking<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
