<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 2ND PARAGRAPH

var topspacing		= "5"		// NUDGE SIDEBAR DOWN (was 10)
var sidewidth		= "110"		// SIDEBAR WIDTH (was 125)





// 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 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('How To Contact Us<br></legend>');

document.write('<b><center>ADS-B Technologies</b><br>900 Merrill Field Drive<br>Anchorage, Ak 99501<br>+1-907-258-2372<br><a href="contact.php">Email Us</a></center>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Need a Translation?<br></legend>');

document.write('Try the <b>Google Translation</b> link at the bottom of most pages. More than 20 languages supported!<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('Our Copyright Policy<br></legend>');

document.write('You may copy and use any material you find on this site provided you credit "ADS-B Technologies, LLC." <br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="careers.htm"><img src="picts/tower.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}











// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('Latest AVweb News<br></legend>');

document.write('<link rel="stylesheet" href="http://www.avweb.com/css/rss.css" type="text/css"><script language="JavaScript" src="http://www.avweb.com/scripts/display_rss.php?num=3&desc=150&date=y&targ=y" type="text/javascript"></script>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4






document.write('</td></tr></table>');


// -- END -->
