<!-- 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/de/search.php" class="sidebartext" target="_top">Suche nach:<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/fme/logo_2006.gif" border="0" width="150" class="borders_SB"></a><br><br>')   

document.write('<span class="sidebartitle">')

document.write('FME Highlights:')

document.write('<br></span><span class="sidebartext">')

document.write('- Über 150 Formate!<br>')
document.write('- Einfache Handhabung<br>')
document.write('- Vektor & Raster<br>')
document.write('- Funktionsumfang<br>')
document.write('- Geschwindigkeit<br>')
document.write('- Preis-Leistung<br>')

document.write('</span><br>')


document.write('<span class="sidebartitle">')

document.write('FME Links:')

document.write('<br></span><span class="sidebartext">')

document.write('- <a href="http://www.safe.com" target="_blank">safe.com</a><br>')
document.write('- <a href="http://www.safe.com/products/fme/formats-supported/index.php" target="_blank">Unterstützte Formate</a><br>')
document.write('- <a href="http://www.safe.com/products/fme/licensing/index.php" target="_blank">FME Versionen</a><br>')
document.write('- <a href="http://www.safe.com/products/fme/supported-applications/index.php" target="_blank">Plugin-Anwendungen</a><br>')
document.write('- <a href="dl_fme.htm">Download FME</a><br>')
document.write('- <a href="pdf/FME-Schulungshandbuch.pdf">FME Schulungshandbuch</a><br>')
document.write('- <a href="pdf/fme_schulungsdaten.zip">FME Schulungsdaten</a><br>')
document.write('- <a href="fme_interlis.htm">INTERLIS Modul</a><br>')
document.write('- <a href="dl_interlis.htm">Download INTERLIS</a><br>')
document.write('- <a href="dl_edbs.htm">Download EDBS</a><br>')

document.write('</span><br><br>')

}

document.write('</div>')


// -- END -->