<!-- Begin POP-UP SIZES AND OPTIONS CODE

// 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 	= "no"		// SHOW THE 2ND PARAGRAPH

var showRimage		= "no"		// SHOW A RANDOM SIDEBAR IMAGE
var linkedR		= "index.html"	// RANDOM IMAGE PAGE LINK
var showimage		= "yes"		// SHOW A SMALL SIDEBAR IMAGE
var linked		= "index.html"	// SIDEBAR IMAGE LINK

var spacing		= "1"		// NUDGE SIDEBAR DOWN
var showdate		= "no"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "165"		// DATE Y LOCATION



// SIDEBAR LOCTION CODE - YOU CAN EDIT TOP OR L/R LOCATION
document.write('<div style="position: relative; left: 0px; top: -15px;">')

// SEARCHENGINE

document.write('<form method="get" action="http://www.tydac.ch/en/search.php" class="sidebartext" target="_top">Search for:<br>')
document.write('<input class="z_box" type="text" name="zoom_query" size="18" value="" />')
document.write(' ')
document.write('<input class="z_button" type="submit" value="Go!" /><br><br>')

// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {
   
document.write('<IMG SRC="picts/mapinfo/mapinfo_small.gif" border="0" width="150" class="borders_SB"></a><br><br>')   

document.write('<span class="sidebartitle">')

document.write('MapInfo Highlights:')

document.write('<br></span><span class="sidebartext">')

document.write('- Ease of use<br>')
document.write('- Flexibility<br>')
document.write('- Unreached Performance<br>')
document.write('- Office compatible<br>')
document.write('- Price<br>')

document.write('</span><br>')

document.write('<span class="sidebartitle">')

document.write('MapInfo Extensions:')

document.write('<br></span><span class="sidebartext">')

document.write('- <a href="#MapText">SmartLabel</a><br>')
document.write('- <a href="#RouteFinder">Routing</a><br>')
document.write('- <a href="engage.htm">Engage 3D</a><br>')
document.write('- <a href="geoas.htm">MapPLOT / MapCAD</a><br>')

document.write('</span><br>')


document.write('<span class="sidebartitle">')

document.write('MapInfo Links:')

document.write('<br></span><span class="sidebartext">')

document.write('- <a href="http://www.mapinfo.com" target="_blank">mapinfo.com</a><br>')
document.write('- <a href="http://extranet.mapinfo.com/support/downloads/" target="_blank">Downloads</a><br>')
document.write('- <a href="http://lists.directionsmag.com/discussion/list.php?f=7" target="_blank">User Group</a><br>')
document.write('- <a href="http://www.directionsmag.com/files/" target="_blank">Tools & Utilities</a><br>')
document.write('- <a href="http://www.paris-pc-gis.com/util_links.htm" target="_blank">Useful Links Collection</a><br>')

document.write('</span><br><br>')

}

document.write('</div>')


// -- END -->
