/*
Triple Combo Script Credit
By Hamid Cheheltani/ JavaScript Kit (http://www.javascriptkit.com)
Visit http://javascriptkit.com for this and over 400+ other scripts
*/

var exhaustpipegroups=document.exhaustpipeisc.exhaustpipeyear.options.length
var exhaustpipegroup=new Array(exhaustpipegroups)
for (i=0; i<exhaustpipegroups; i++)
exhaustpipegroup[i]=new Array()

exhaustpipegroup[0][0]=new Option("Select a Make"," ");
exhaustpipegroup[1][0]=new Option("Select a Make"," ");
exhaustpipegroup[1][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[1][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[2][0]=new Option("Select a Make"," ");
exhaustpipegroup[2][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[2][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[3][0]=new Option("Select a Make"," ");
exhaustpipegroup[3][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[3][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[4][0]=new Option("Select a Make"," ");
exhaustpipegroup[4][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[4][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[5][0]=new Option("Select a Make"," ");
exhaustpipegroup[5][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[6][0]=new Option("Select a Make"," ");
exhaustpipegroup[6][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[7][0]=new Option("Select a Make"," ");
exhaustpipegroup[7][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[8][0]=new Option("Select a Make"," ");
exhaustpipegroup[8][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[8][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[9][0]=new Option("Select a Make"," ");
exhaustpipegroup[9][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[9][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[10][0]=new Option("Select a Make"," ");
exhaustpipegroup[10][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[10][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[11][0]=new Option("Select a Make"," ");
exhaustpipegroup[11][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[11][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[12][0]=new Option("Select a Make"," ");
exhaustpipegroup[12][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[12][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[13][0]=new Option("Select a Make"," ");
exhaustpipegroup[13][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[13][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[14][0]=new Option("Select a Make"," ");
exhaustpipegroup[14][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[14][2]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[15][0]=new Option("Select a Make"," ");
exhaustpipegroup[15][1]=new Option("BUICK","BUICK");
exhaustpipegroup[15][2]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[15][3]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[16][0]=new Option("Select a Make"," ");
exhaustpipegroup[16][1]=new Option("BUICK","BUICK");
exhaustpipegroup[16][2]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[16][3]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[17][0]=new Option("Select a Make"," ");
exhaustpipegroup[17][1]=new Option("BUICK","BUICK");
exhaustpipegroup[17][2]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[17][3]=new Option("FORD","FORD");
exhaustpipegroup[17][4]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[18][0]=new Option("Select a Make"," ");
exhaustpipegroup[18][1]=new Option("BUICK","BUICK");
exhaustpipegroup[18][2]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[18][3]=new Option("FORD","FORD");
exhaustpipegroup[18][4]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[19][0]=new Option("Select a Make"," ");
exhaustpipegroup[19][1]=new Option("BUICK","BUICK");
exhaustpipegroup[19][2]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[19][3]=new Option("FORD","FORD");
exhaustpipegroup[19][4]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[20][0]=new Option("Select a Make"," ");
exhaustpipegroup[20][1]=new Option("BUICK","BUICK");
exhaustpipegroup[20][2]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[20][3]=new Option("FORD","FORD");
exhaustpipegroup[20][4]=new Option("PONTIAC","PONTIAC");
exhaustpipegroup[21][0]=new Option("Select a Make"," ");
exhaustpipegroup[21][1]=new Option("BUICK","BUICK");
exhaustpipegroup[21][2]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[21][3]=new Option("FORD","FORD");
exhaustpipegroup[22][0]=new Option("Select a Make"," ");
exhaustpipegroup[22][1]=new Option("BUICK","BUICK");
exhaustpipegroup[22][2]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[22][3]=new Option("FORD","FORD");
exhaustpipegroup[23][0]=new Option("Select a Make"," ");
exhaustpipegroup[23][1]=new Option("BUICK","BUICK");
exhaustpipegroup[23][2]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[23][3]=new Option("FORD","FORD");
exhaustpipegroup[24][0]=new Option("Select a Make"," ");
exhaustpipegroup[24][1]=new Option("CHEVROLET","CHEVROLET");
exhaustpipegroup[25][0]=new Option("Select a Make"," ");
exhaustpipegroup[25][1]=new Option("CHEVROLET","CHEVROLET");
var exhaustpipetemp=document.exhaustpipeisc.exhaustpipemake


function exhaustpiperedirect(x){
for (m=exhaustpipetemp.options.length-1;m>0;m--)
exhaustpipetemp.options[m]=null
for (i=0;i<exhaustpipegroup[x].length;i++){
exhaustpipetemp.options[i]=new Option(exhaustpipegroup[x][i].text,exhaustpipegroup[x][i].value)
}
exhaustpipetemp.options[0].selected=true
exhaustpiperedirect1(0)
}



var exhaustpipesecondGroups=document.exhaustpipeisc.exhaustpipemake.options.length
var exhaustpipesecondGroup=new Array(exhaustpipegroups)
for (i=0; i<exhaustpipegroups; i++)  {
exhaustpipesecondGroup[i]=new Array(exhaustpipegroup[i].length)
for (j=0; j<exhaustpipegroup[i].length; j++)  {
exhaustpipesecondGroup[i][j]=new Array()  }}

exhaustpipesecondGroup[0][0][0]=new Option("Select a Model"," ");

exhaustpipesecondGroup[1][0][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[1][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[1][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[1][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[1][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[2][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[2][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[2][1][2]=new Option("MONTE CARLO","MONTE CARLO");
exhaustpipesecondGroup[2][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[2][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[3][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[3][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[3][1][2]=new Option("MONTE CARLO","MONTE CARLO");
exhaustpipesecondGroup[3][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[3][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[4][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[4][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[4][1][2]=new Option("MONTE CARLO","MONTE CARLO");
exhaustpipesecondGroup[4][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[4][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[5][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[5][1][1]=new Option("MONTE CARLO","MONTE CARLO");
exhaustpipesecondGroup[6][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[6][1][1]=new Option("MONTE CARLO","MONTE CARLO");
exhaustpipesecondGroup[7][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[7][1][1]=new Option("MONTE CARLO","MONTE CARLO");
exhaustpipesecondGroup[8][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[8][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[8][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[8][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[9][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[9][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[9][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[9][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[10][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[10][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[10][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[10][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[11][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[11][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[11][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[11][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[12][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[12][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[12][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[12][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[13][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[13][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[13][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[13][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[14][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[14][1][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[14][1][2]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[14][1][3]=new Option("MALIBU","MALIBU");
exhaustpipesecondGroup[14][1][4]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[14][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[14][2][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[15][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[15][1][1]=new Option("GS","GS");
exhaustpipesecondGroup[15][1][2]=new Option("SKYLARK","SKYLARK");
exhaustpipesecondGroup[15][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[15][2][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[15][2][2]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[15][2][3]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[15][3][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[15][3][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[16][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[16][1][1]=new Option("GS","GS");
exhaustpipesecondGroup[16][1][2]=new Option("SKYLARK","SKYLARK");
exhaustpipesecondGroup[16][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[16][2][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[16][2][2]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[16][2][3]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[16][3][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[16][3][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[17][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[17][1][1]=new Option("GS","GS");
exhaustpipesecondGroup[17][1][2]=new Option("SKYLARK","SKYLARK");
exhaustpipesecondGroup[17][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[17][2][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[17][2][2]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[17][2][3]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[17][3][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[17][3][1]=new Option("MUSTANG","MUSTANG");
exhaustpipesecondGroup[17][4][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[17][4][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[18][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[18][1][1]=new Option("GS 350","GS 350");
exhaustpipesecondGroup[18][1][2]=new Option("SKYLARK","SKYLARK");
exhaustpipesecondGroup[18][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[18][2][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[18][2][2]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[18][2][3]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[18][3][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[18][3][1]=new Option("MUSTANG","MUSTANG");
exhaustpipesecondGroup[18][4][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[18][4][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[19][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[19][1][1]=new Option("GS 350","GS 350");
exhaustpipesecondGroup[19][1][2]=new Option("SKYLARK","SKYLARK");
exhaustpipesecondGroup[19][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[19][2][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[19][2][2]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[19][2][3]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[19][3][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[19][3][1]=new Option("MUSTANG","MUSTANG");
exhaustpipesecondGroup[19][4][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[19][4][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[20][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[20][1][1]=new Option("SKYLARK","SKYLARK");
exhaustpipesecondGroup[20][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[20][2][1]=new Option("CAMARO","CAMARO");
exhaustpipesecondGroup[20][2][2]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[20][2][3]=new Option("MALIBU","MALIBU");
exhaustpipesecondGroup[20][2][4]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[20][3][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[20][3][1]=new Option("MUSTANG","MUSTANG");
exhaustpipesecondGroup[20][4][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[20][4][1]=new Option("FIREBIRD","FIREBIRD");
exhaustpipesecondGroup[21][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[21][1][1]=new Option("SKYLARK","SKYLARK");
exhaustpipesecondGroup[21][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[21][2][1]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[21][2][2]=new Option("MALIBU","MALIBU");
exhaustpipesecondGroup[21][2][3]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[21][3][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[21][3][1]=new Option("MUSTANG","MUSTANG");
exhaustpipesecondGroup[22][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[22][1][1]=new Option("SKYLARK","SKYLARK");
exhaustpipesecondGroup[22][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[22][2][1]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[22][2][2]=new Option("MALIBU","MALIBU");
exhaustpipesecondGroup[22][2][3]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[22][3][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[22][3][1]=new Option("MUSTANG","MUSTANG");
exhaustpipesecondGroup[23][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[23][1][1]=new Option("SKYLARK","SKYLARK");
exhaustpipesecondGroup[23][2][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[23][2][1]=new Option("CHEVELLE","CHEVELLE");
exhaustpipesecondGroup[23][2][2]=new Option("MALIBU","MALIBU");
exhaustpipesecondGroup[23][2][3]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[23][3][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[23][3][1]=new Option("MUSTANG","MUSTANG");
exhaustpipesecondGroup[24][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[24][1][1]=new Option("NOVA","NOVA");
exhaustpipesecondGroup[25][1][0]=new Option("Select a Model"," ");
exhaustpipesecondGroup[25][1][1]=new Option("NOVA","NOVA");
var exhaustpipetemp1=document.exhaustpipeisc.exhaustpipemodel
function exhaustpiperedirect1(y){
for (m=exhaustpipetemp1.options.length-1;m>0;m--)
exhaustpipetemp1.options[m]=null
for (i=0;i<exhaustpipesecondGroup[document.exhaustpipeisc.exhaustpipeyear.options.selectedIndex][y].length;i++){
exhaustpipetemp1.options[i]=new Option(exhaustpipesecondGroup[document.exhaustpipeisc.exhaustpipeyear.options.selectedIndex][y][i].text,exhaustpipesecondGroup[document.exhaustpipeisc.exhaustpipeyear.options.selectedIndex][y][i].value)
}
exhaustpipetemp1.options[0].selected=true
}

