<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS



var patent	 	= "yes"		// PATENT ANNOUNCE
var three_axis		= "yes"		// THREE AXIS
var bod			= "no"		// BOD
var login_area	 	= "no"		// LOGIN AREA
var free_trial	 	= "yes"		// FREE TRIAL
var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage_1		= "no"		// TRY IT FREE
var showimage_2		= "yes"		// TOOLPATH - VIDEO
var showimage_3		= "yes"		// CELERITIVE
var showimage_4		= "no"		// SHOW WESTEC
var showimage_5		= "no"		// SPECIAL OFFER

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "200"		// SIDEBAR WIDTH

var path = "";



// NUDGE SPACER

document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="25" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');



// FREE TRIAL

   if (free_trial == "yes") {

document.write('<center>');

document.write('<table border="1" cellpadding="5" width="150" style="background:white" bordercolorlight="#C0C0C0" bordercolordark="#808080"><tr><td align="center">');

document.write('<span class="subtitle">');
document.write('<b>FREE TRIAL</b>');
document.write('</span>');
document.write('<br><br>');
document.write('<input type=button onclick="javascript:location.href=\'http://www.celeritive.com/ssl/myaccount-secure.php\'" class="button" value="&nbsp;Get It Now&nbsp;" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<hr class="page-splits">');
document.write('<span class="smalltext">Try VoluMill integrated into your CAM system free for 15 days.');
document.write('<br><br>Use VoluMill web-NC on your parts for free.');
document.write('</span>');
document.write('</td></tr></table>');
document.write('<br>');
document.write('</center>');

}





// THREE AXIS

   if (three_axis == "yes") {

document.write('<fieldset><legend>');

document.write('<font color="#14A751">VoluMill 3-axis</font><br></legend>');

document.write('<a href="http://www.celeritive.com/products.htm"><b>Now Available:</b></a> Extend the power and ease of use to your mold and die applications.');

document.write('</fieldset>');
document.write('<br><br>');

}


// BOD

   if (bod == "yes") {

document.write('<fieldset><legend>');

document.write('<font color="red">New Members</font><br></legend>');

document.write('Tom Hornaday and Larry Lynott named to');
document.write(' <a href="http://www.celeritive.com/pr-12mar.htm"><b>Celeritive Board of Directors.</b></a>');

document.write('</fieldset>');
document.write('<br><br>');

}



// LOGIN AREA

   if (login_area == "yes") {

document.write('<center>');

document.write('<table border="1" cellpadding="5" width="150" style="background:white" bordercolorlight="#C0C0C0" bordercolordark="#808080"><tr><td align="center">');

document.write('<span class="subtitle">');
document.write('My VoluMill');
document.write('</span>');
document.write('<br><br>');
document.write('<input type=button onclick="javascript:location.href=\'http://www.celeritive.com/ssl/myaccount-secure.php\'" class="button" value="&nbsp;&nbsp;Log-in&nbsp;&nbsp;" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<hr class="page-splits">');
document.write('<span class="subtitle">');
document.write('Not Registered?<br><span class="smalltext">Sign-up for a free<br>My VoluMill account.<br><br>Use VoluMill web-NC on your parts for free.');
document.write('<br><br>Try VoluMill integrated into your CAM system free for 15 days.');
document.write('</span>');
document.write('<br><br>');
document.write('<input type=button onclick="javascript:location.href=\'http://www.celeritive.com/ssl/myaccount-secure.php\'" class="button" value="Register" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');

document.write('</td></tr></table>');
document.write('<br>');
document.write('</center>');



}



// START LEFT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<font color="#14A751">Buy Now</font><br></legend>');

document.write('If you would like to purchase VoluMill please contact your CAM system Reseller. ');
document.write('You can also <a href="http://www.celeritive.com/contact.htm"><b>contact us</b></a> directly.');
document.write('</fieldset>');
document.write('<br><br>');

}


// PATENT ANNOUNCE

   if (patent == "yes") {

document.write('<fieldset><legend>');

document.write('<font color="#14A751">Case Studies &<br>Applications</font><br></legend>');

document.write('Read our new White Paper, Case Study and Application Sheets');
document.write(' to see just how you can leverage the <a href="http://www.volumill.com/case-studies.htm"><b>VoluMill'); document.write(' Advantage</b></a> into greater productivity for your manufacturing operations.');

document.write('</fieldset>');
document.write('<br><br>');

}




// SMALL PICTURE AREA

   if (showimage_1 == "yes") {



document.write('<center>');
document.write('<a href="'+path+'products.htm"><img src="picts/free.jpg" border="0" width="150" class="borders" alt="What have you got to lose?"></a><br>');
document.write('</center>');

}




// ALTERNATE SMALL PICTURE AREA

   if (showimage_5 == "yes") {



document.write('<center>');
document.write('<a href="'+path+'subscrip-secure.php"><img src="picts/special-offer.jpg" border="0" width="150" class="borders" alt="What have you got to lose?"></a><br>');
document.write('</center>');

}

// SMALL PICTURE AREA 2

   if (showimage_4 == "yes") {



document.write('<center>');
document.write('<span class="subtitle">');
document.write('See us at<br><b>Booth #3280</b><br>');
document.write('</span>');
document.write('<br>');
document.write('<a href=http://www.sme.org/cgi-bin/new-evget-booth.pl?&&&001742&&WT08-90913&ETK target=new><img border="0" src="picts/08westec125.gif"></a><br>');
document.write('</center>');
document.write('<br>');
}




// SMALL PICTURE AREA 3

   if (showimage_2 == "yes") {

document.write('<br><center>');
document.write('<a href="'+path+'machining-videos.htm"><img src="picts/sidebar-left.jpg" border="0" width="150" class="borders" alt="VoluMill in action!"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START LEFT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Interactive!<br></legend>');

document.write('See how easy it is to use the VoluMill Toolpath Service. Our web-enabled <a href="'+path+'interactive.php"><b>VoluMill Interactive&#153;</b></a> allows you to select a sample part, adjust the parameters and generate a toolpath on our server.');

document.write('</fieldset>');
document.write('<br><br><br>');

}
// END LEFT SIDEBAR AREA PARAGRAPH 1





// SMALL PICTURE AREA

   if (showimage_3 == "yes") {



document.write('<br><center>');
document.write('<a href="'+path+'company.htm"><img src="picts/signature.jpg" border="0" width="150" class="borders" alt="Fast. Innovative. Celeritive."></a><br>');
document.write('</center>');
document.write('<br><br>');
}


document.write ('<div id="google_translate_element"></div>');
document.write ('<script>function googleTranslateElementInit() {');
document.write ('new google.translate.TranslateElement({');
document.write ('    pageLanguage: \'en\'');
document.write ('  }, \'google_translate_element\'); }');
document.write ('</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>');



// END LEFT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->