

//jump menu 
function jumpTo(targ,sel){ 
  eval(targ+".location='"+sel.options[sel.selectedIndex].value+"'");
}

// version check and redirect for upgrade path
function vCheck(){
        app=parseInt(navigator.appVersion.charAt(0));           //checks to makes sure the user is 
		if(app<4){                                              //a 4.0 browser if not, sends them 
		v=location.pathname.charAt(location.pathname.length-6); //to appropriate printer page
        eval(location="compare_fm"+v+"p.html");
        }
		else return true;
}


<!--
//tmtC_NNresizeFix
if (document.layers) {
origWidth = innerWidth;
origHeight = innerHeight;}
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();}
if (document.layers) onresize = reDo;
//tmtC_NNresizeFixEnd
//Script for Go Back button
function goBack () {
window.history.go (-1);
}

//Script for pulldown menu
function gotoPage(gotoPage) {
theChoice=(gotoPage.theChoice.options[gotoPage.theChoice.selectedIndex].value);
{
location.href=theChoice;
}
}

//SCRIPTS FOR PRODUCT TOURS
//FileMaker PRO 5 Product Tour
function openFMProductTour1() {
window.open("../tours/fm_tour1.html",
"FMProductTour1", "resizable=yes,scrollbars=yes,width=500,height=580,top=80,left=200")
}

//SCRIPTS FOR PRODUCT TOURS ISIT
//FileMaker PRO 5.5 Product Tour ISIT
function openFMProductTour_isit() {
window.open("tours/isit_tour1.html",
"FMProductTourIsit",
"resizable=yes,scrollbars=yes,width=500,height=580,top=80,left=200")
}

//Upgrade Path
function compare(){
	document.write('<select name="versions" style="font-size: 10px" onChange="jumpTo('+"'parent',this,0)"+'">')
document.write('<option value="products/compare_fm5.html">FileMaker Pro 5.0</option>')
document.write('<option value="products/compare_fm4.html">FileMaker Pro 4.1</option>')
document.write('<option value="products/compare_fm3.html" >FileMaker Pro 4.0</option>')
document.write('<option value="products/compare_fm2.html">FileMaker Pro 3.0</option>')
document.write('<option value="products/compare_fm1.html">FileMaker Pro 2.1</option>')
document.write('<option selected>Scegliere</option></select>')
}

//FileMaker SERVER 5 Product Tour
function openFMSProductTour1() {
window.open("../tours/fms_tour1.html",
"FMProductTour1", "resizable=yes,scrollbars=yes,width=500,height=580,top=80,left=200")
}

//FileMaker Pro 5 UNLIMITED Product Tour
function openFMUProductTour1() {
window.open("../tours/fmu_tour1.html",
"FMUProductTour1", "resizable=yes,scrollbars=yes,width=500,height=580,top=80,left=200")
}

//DETECT THE PLATFORM AND DISPLAY WRITE CASCADING STYLE SHEET ACCORDINGLY
//The next two lines check to see if the browser is under version 4. 
//Remove these two lines if neccessary.

var version = navigator.appVersion
 if (version < "4") {
} else if (navigator.appVersion.indexOf("Win") == -1) {
getMacCSS();
} else {
getWindowsCSS()
}

function getMacCSS() {
document.write('<STYLE TYPE="TEXT/CSS">');
document.write('/*THIS IS STYLE SHEET IS FOR MAC*/');
document.write('body { font-family: Arial, Helvetica, sans-serif; font-size: 12px }');
document.write('table tr td { font-family: Arial, Helvetica, sans-serif; font-size: 12px }');
document.write('table tr td p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000 }');
document.write('p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000 }');
document.write('.quote { font-family: Times New Roman,Times,serif; font-size: 12px; line-height: 160%; }');
document.write('.quote_credit { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }');
document.write('.note { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none }');
document.write('.headline {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-style: normal; font-weight: bold; text-decoration: none; color: #333333}');
document.write('.subsectionhead {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: lighter; color: #666666; text-decoration: none}');
document.write('b {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold;}');
document.write('ol {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 150%; font-weight: normal; color: #000000;}');
document.write('ul ol {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 150%; font-weight: normal; color: #000000;}');
document.write('/*Style for left navigation*/');
document.write('.nav {  font-family: Arial, Helvetica, sans-serif;text-decoration: none;;font-weight: normal; color: #336699}');
document.write('/*Style for subhead*/');
document.write('.subhead { font-family: Arial, Helvetica, sans-serif;font-size: 16px;text-decoration: none;;font-weight: bold}');
document.write('/*PUTS DIAMOND IN UNORDERED LIST*/');
document.write('UL {list-style-image: url(../images/bullets/bullet_diamond_olive.gif);list-style-type: disc;font-family: Arial, Helvetica, sans-serif;;font-size: 11px; font-style: normal; line-height: 150%; font-weight: normal; color: #000000}');
document.write('/*For ordinary HREF links*/');
document.write('A { font-family: Arial, Helvetica, sans-serif;color:#336699;text-decoration: underline;font-size: 12px;text-weight: bold;}');
document.write('/*Creates a rollover effect in IE for ordinary HREF links*/');
document.write('A:hover { text-decoration: underline;color: #0066FF;text-weight: bolder;;font-family: Arial, Helvetica, sans-serif}');
document.write('/*Must be consitent with HREF links*/');
document.write('.youarehere { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none; }');
document.write('.topnav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none}');
document.write('.topnavsizer {  font-size: 10px}');
document.write('.lineheight { line-height: 175% }');
document.write('</STYLE>');
}
function getWindowsCSS() {
document.write('<STYLE TYPE="TEXT/CSS">');
document.write('/*THIS IS STYLE SHEET IS FOR WINDOWS*/');
document.write('body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}');
document.write('table tr td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}');
document.write('table tr td p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000 }');
document.write('p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000 }');
document.write('.quote { font-family: Times New Roman,Times,serif; font-size: 12px; line-height: 160%; }');
document.write('.quote_credit { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }');
document.write('.note { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none }');
document.write('table tr td font {  font-family: Arial, Helvetica, sans-serif; font-size: 11px}');
document.write('.headline {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold; text-decoration: none; color: #333333}');
document.write('.subsectionhead {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: lighter; color: #666666; text-decoration: none}');
document.write('b {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold;}');
document.write('ul ol {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 150%; font-weight: normal; color: #000000;}');
document.write('ol {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 150%; font-weight: normal; color: #000000}');
document.write('/*Style for left navigation*/');
document.write('.nav {  font-family: Arial, Helvetica, sans-serif;font-size: 11px;text-decoration: none;;font-weight: normal; color: #336699}');
document.write('/*Style for underlined navigational links */');
document.write('.navunderlined {  font-family: Arial,Helvetica,sans-serif;font-size: 12px;text-decoration: underlined;}');
document.write('/*Style for subhead*/');
document.write('.subhead { font-family: Arial, Helvetica, sans-serif;font-size: 15px;text-decoration: none;;font-weight: bold}');
document.write('/*PUTS DIAMOND IN UNORDERED LIST*/');
document.write('UL {list-style-image: url(../images/bullets/bullet_diamond_olive.gif);list-style-type: disc;font-family: Arial, Helvetica, sans-serif;;font-size: 11px; font-style: normal; line-height: 150%; font-weight: normal; color: #000000}');
document.write('/*For ordinary HREF links*/');
document.write('A { font-family: Arial, Helvetica, sans-serif;color:#003399;text-decoration: underline;font-size: 12px;text-weight: bold;}');
document.write('/*Creates a rollover effect in IE for ordinary HREF links*/');
document.write('A:hover { text-decoration: underline;color: #0066FF;text-weight: bolder;;font-family: Arial, Helvetica, sans-serif}');
document.write('/*Must be consitent with HREF links*/');
document.write('.youarehere { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none; }');
document.write('.lineheight { line-height: 175% }');
document.write('</STYLE>');
}

//-->
