// JavaScript Document

var answ;
var bgw;

function answer(ans,bg){
		answ = ans;
		bgw = bg;
		setTimeout('changeOpac(80)',50);
		setTimeout('changeOpac(60)',100);
		setTimeout('changeOpac(40)',150);
		setTimeout('changeOpac(20)',200);
		setTimeout('changeOpac(0)',250);
		setTimeout('changeCont()',300);
		setTimeout('changeOpac(20)',350);
		setTimeout('changeOpac(40)',400);
		setTimeout('changeOpac(60)',450);
		setTimeout('changeOpac(80)',500);
		setTimeout('changeOpac(100)',550);
}
function changeCont(){
	document.getElementById('answers').innerHTML = answ;
	document.getElementById('answers').style.background='url("'+bgw+'") no-repeat center top';
}

function changeOpac(opac) {
    var object = document.getElementById('answers').style;
    object.opacity = (opac/ 100);
    object.filter = "alpha(opacity=" + opac + ")";
}

function instant(mov){
	document.getElementById('answers').innerHTML = mov;
	document.getElementById('answers').style.background='';
}

var a1 = '<p class="homeHL">A PENN STATE SHAKER BOX TELLS THE TRUTH: NDE MIXERS DELIVER OPTIMAL RESULTS.</p><p class="homeCopy">You know your TMR only works as well as your mixer does. With NDE verticals, mixing is quick and effective. Dead spots are a non-issue. Complete and rapid emptying eliminates batch leftovers and cross-contamination. With NDE mixers, what you put in your mix gets to your herd, consistently.</p>';

var a2 = '<p class="homeHL">SINCE WE SERVE CUSTOMERS WITH DIFFERENT REQUIREMENTS,WE BUILD SEVERAL DIFFERENT CONFIGURATIONS OF MIXERS.</p><p class="homeCopy">We are well-versed in the benefits and strengths of each mixer we sell. Ask our knowledgeable representatives about the advantages of the Front Door, Side Door, and Low Profile (LP) models. Our Dual Mixers utilize a unique concept, offer better performance and even greater mixing action than conventional twins.<br /><a href="mixerlist.php?c=all" class="bodLinks">Click here for full mixer specification sheets.</a></p>';

var a3 = '<p class="homeHL">FEATURES & OPTIONS</p><p class="homeCopy">We use laser-cut steel components for precise fitting, providing high-quality construction. Tough powder coat paint protects your investment from scuffs, chips, and scratches.</p><p class="homeCopy">Our curved knives provide outstanding cutting performance with every mixer. You can greatly extend the life of your knives with the optional patented steel carbide-insert knives.</p><p class="homeCopy">We have several feed discharge options. On the Front Door mixers, choose from the adjustable Angled Conveyor for delivering feed into various bunks, or the Flat Conveyor that delivers to either side. The hydraulic cylinder discharge kit can be installed to easily extend and retract the conveyor.</p><p class="homeCopy">With the Side Door Mixer, choose the basic side chute or add a side discharge conveyor. Lengths from 36 to 108 inches are available.</p>';

var a4 = '<p class="homeHL">SAFETY STANDARDS</p><p class="homeCopy">We bring safety to the fore in our mixer design. We have gone to great lengths to meet and exeed all safety standards, to ultimately provide you with a safer machine. Consider the safety ladder on the side door models for example, designed to limit unauthorized climbing. Even the road reflector system is detailed for safety and frequent road travelers can make use of the optional Road-light Kit.</p>';

var a5 = '';

var a6 = '';

var a7 = '';

var a8 = '';

var v2 = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="400" height="300"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="vid2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />'
    + '<embed src="vid2.swf" quality="high" bgcolor="#ffffff" '
    + 'width="400" height="300" name="vid2" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
	
var v1 = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="400" height="300"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="vid1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />'
    + '<embed src="vid1.swf" quality="high" bgcolor="#ffffff" '
    + 'width="400" height="300" name="vid1" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
