<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3ND PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4ND PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 4ND 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 5 EDIT THIS AREA
   if (paragraph_5 == "yes") {
document.write('<br>');
document.write('<param name="movie" value="flash/Altium Convention 2012.swf"><param name="quality" value="High"><param name="wmode" value="transparent"><embed src="flash/Altium Convention 2012.swf" width="162" height="299" quality="high" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('<br>');
document.write('<br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 5





// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');
document.write('TransMagic R9</legend>');
document.write('<br>');
document.write('<a  target="_blank" href="http://www.transmagic.com/user/register"><img src="picts/Download.JPG" border=0><br>TransMagic, Inc. announces the official release of TransMagic R9. Complete with a contemporary, customizable interface, multilingual support and updated CAD file formats, TransMagic R9 is ready for you to download today.</a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('OrCAD Users</legend>');

document.write('<a  target="_blank" href="http://www.altium.com/switch-now/benefits-orcad.cfm"> 44% of new customers switched from OrCAD. There must be a good reason for so many companies to switch to Altium Designer</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('OrCad Migration<br></legend>');

document.write('<a href="Moving From OrCADr to Altium Designer.htm">come and see how is easy to migration from OrCad to Altium...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('RT/Embedded<br></legend>');
document.write('<img src="picts/home/Tasking CD.JPG"><br>');

document.write('TASKING are tools for embedded software development. compiler, debugger and RTOS offerings support a wide range of DSPs and 8-, 16- and 32-bit microprocessors and microcontrollers for all areas of embedded development<a href="Tasking compiler.htm"> Learn more...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3




document.write('</td></tr></table>');


// -- END -->
