// JavaScript Document

var answ;

function answer(ans){
		answ = ans;
		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(){
	if (answ=='') {
		document.getElementById('answers').innerHTML = answ;
		document.getElementById('answers').style.background='url("images/homeComp.jpg") no-repeat center top';
	} else {
		document.getElementById('answers').innerHTML = answ;
		document.getElementById('answers').style.background='url("images/homeComp-bg.jpg") 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 a0 = '';

var a1 = '<p class="homeHL">Safer Voltage</p><p class="homeCopy">Removes the higher voltages from the voltage portion of the meter.  The voltage portions of a 480 volt meter, including power supply, are not only dangerous, they are considered to be the most susceptible to failure.</p>';

var a2 = '<p class="homeHL">Transient Protection</p><p class="homeCopy">The VTs act as protection from lightning and other destructive over-voltage conditions.  A standard electronic three-phase meter has limited ability to withstand destructive transients, subsequent current follow-through and possible flashover.  The VTs attenuate the destructive transients.</p>';

var a3 = '<p class="homeHL">Equipment Protection</p><p class="homeCopy">The VTs will also better allow the meter to withstand the sustained over-voltages associated with the ungrounded Wye/Delta phenomena and/or ferro-resonance.  The VTs in our VT Pack will cause a lower voltage to appear on the meter’s secondary terminals than on the VT’s primary.  Voltages significantly in excess of 480 volts on the VT secondaries are not possible because the transformers will go into saturation (in the cases of our 6004824 or A6004824-2 VT Packs).  Therefore, the voltage portion of the meter is protected.</p>';

var a4 = '<p class="homeHL">Flashover Protection</p><p class="homeCopy">The VTs will limit the fault current if there is a failure of the voltage portion of the meter.  This current limiting greatly reduces the likelihood of a catastrophic three-phase flash-over internal to the meter.</p>';

var a5 = '<p class="homeHL">Easy Installation</p><p class="homeCopy">Our VTs are meshed to the service and the meter socket by means of an easy to connect 9 pin Molex 600 volt UL listed connector and wiring harness.  Wiring errors are essentially eliminated.</p>';

var a6 = '<p class="homeHL">Totally AMI Compatible</p><p class="homeCopy">Properly configured, our VT Packs are fully compatible with virtually all Automatic Meter Information (AMI) systems.  With VT Packs, you not only gain a safer, more robust system, you also gain AMI accuracy.</p>';

var a7 = '<p class="homeHL">Save Money</p><p class="homeCopy">Our VT PackTM  is smaller, lighter, easier to mount, and less expensive than a similar configuration of bulky, heavy, conventional non-toroidal transformers wired on-site.  They not only cost less,  they install in a fraction of the time.  They are less apt to fail, and stand up better to environmental conditions and weather extremes.  They are much easier and cost less to ship and to stock.  Worker’s compensation risk is reduced.</p>';

var a8 = '<p class="homeHL">Better Design and Solid Construction</p><p class="homeCopy">The TSTM VT Pack consists of two or three toroidally wound, highly accurate transformers.  The VT Packs are mounted in a polycarbonate plastic, UV resistant enclosure for both internal and external applications.  VT-Packs vary in weight from 10 to 15 pounds.  A similar installation of old technology transformers would ship at up to 75 pounds!</p>';

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>';
	
var chapman = '<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="chapman.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />'
    + '<embed src="chapman.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>';

