/* Total traction website version 1.2 */
 //sort which browser used for correct object expression
 
var docObj, styleObj;
var isNav4, isNavNew, isIE;
if(navigator.appName=="Netscape"){
    if (parseInt(navigator.appVersion) ==4) {isNav4=true }
	else {isNavNew=true}
    
}
 else{isIE=true}
     function handleResize() {
      location.reload()
 }
if (isNav4 || isNavNew) {
                  window.captureEvents(Event.RESIZE)
                  window.onresize=handleResize
                 }
/*work round for IE5 on the Mac which doesnot produce a scroll bar when new document produced with layers is opened and requires one*/
var isIE5mac=0; 
bVersion= parseInt(navigator.appVersion);
function scrollPageTo(x,y){


if((navigator.appName.indexOf('Microsoft Internet Explorer') != -1)&&(navigator.appVersion.indexOf('Mac')!=-1) && (bVersion>=4))  { isIE5mac = 1;}

if(isIE5mac){
document.body.scrollTop=x;
document.body.scrollLeft=x;

}



}

chartPopUp= new Array("dyno_chart1.html","dyno_chart2.html","dyno_chart3.html","dyno_chart4.html");

function popUp(x){
chart=chartPopUp[x];
thisChart=window.open(chart, 'chartDisplay', 'resizable=yes,width=650,height=532,'); thisChart.focus();
}


