photor=new Array();
stylus=new Array();
dx=new Array();

photor[photor.length]={name:"Photo R200",url:"R200.html"};
photor[photor.length]={name:"Photo R220",url:"R200.html"};
photor[photor.length]={name:"Photo R240",url:"RX420.html"};
photor[photor.length]={name:"Photo R300",url:"R200.html"};
photor[photor.length]={name:"Photo R320",url:"R200.html"};
photor[photor.length]={name:"Photo RX500",url:"R200.html"};
photor[photor.length]={name:"Photo RX600",url:"R200.html"};
photor[photor.length]={name:"Photo RX620",url:"R200.html"};
photor[photor.length]={name:"Photo RX420",url:"RX420.html"};
photor[photor.length]={name:"Photo RX425",url:"RX420.html"};
photor[photor.length]={name:"Photo RX520",url:"RX420.html"};
photor[photor.length]={name:"Photo R265",url:"R265.html"};
photor[photor.length]={name:"Photo R360",url:"R265.html"};
photor[photor.length]={name:"Photo RX560",url:"R265.html"};

stylus[stylus.length]={name:"Stylus C64",url:"C64.html"};
stylus[stylus.length]={name:"Stylus C64 Photo Edition",url:"C64.html"};
stylus[stylus.length]={name:"Stylus C66",url:"C64.html"};
stylus[stylus.length]={name:"Stylus C84",url:"C64.html"};
stylus[stylus.length]={name:"Stylus C84 Photo Edition",url:"C64.html"};
stylus[stylus.length]={name:"Stylus C86",url:"C64.html"};
stylus[stylus.length]={name:"Stylus C86 Photo Edition",url:"C64.html"};
stylus[stylus.length]={name:"Stylus CX3600",url:"C64.html"};
stylus[stylus.length]={name:"Stylus CX3650",url:"C64.html"};
stylus[stylus.length]={name:"Stylus CX6400",url:"C64.html"};
stylus[stylus.length]={name:"Stylus CX6600",url:"C64.html"};
stylus[stylus.length]={name:"Stylus C42SX",url:"C42.html"};
stylus[stylus.length]={name:"Stylus C42UX",url:"C42.html"};
stylus[stylus.length]={name:"Stylus C42 Plus",url:"C42.html"};
stylus[stylus.length]={name:"Stylus C44UX",url:"C42.html"};
stylus[stylus.length]={name:"Stylus C46",url:"C42.html"};
stylus[stylus.length]={name:"Stylus C48",url:"C48.html"};
stylus[stylus.length]={name:"Stylus C62",url:"C62.html"};
stylus[stylus.length]={name:"Stylus CX3200",url:"C62.html"};

dx[dx.length]={name:"Stylus D68",url:"DX3800.html"};
dx[dx.length]={name:"Stylus D88",url:"DX3800.html"};
dx[dx.length]={name:"Stylus DX3800",url:"DX3800.html"};
dx[dx.length]={name:"Stylus DX3850",url:"DX3800.html"};
dx[dx.length]={name:"Stylus DX4200",url:"DX3800.html"};
dx[dx.length]={name:"Stylus DX4800",url:"DX3800.html"};
dx[dx.length]={name:"Stylus DX4850",url:"DX3800.html"};

dx[dx.length]={name:"Stylus D78",url:"D78.html"};
dx[dx.length]={name:"Stylus DX4000",url:"D78.html"};
dx[dx.length]={name:"Stylus DX4050 ",url:"D78.html"};
dx[dx.length]={name:"Stylus DX5000",url:"D78.html"};
dx[dx.length]={name:"Stylus DX5050",url:"D78.html"};
dx[dx.length]={name:"Stylus DX6000",url:"D78.html"};
dx[dx.length]={name:"Stylus DX6050",url:"D78.html"};
dx[dx.length]={name:"Stylus DX7000F",url:"D78.html"};

epson=new Array(photor,stylus,dx);

function showModel(index){
getObj("model").options.length=0;
getObj("model").options[0]=new Option("Select Model:","");

if (index){
	for (i=0;i<epson[index].length;i++){
		getObj("model").options[i+1]=new Option(epson[index][i].name,epson[index][i].url);
		}
	}
}

function goToUrl(index){
if (index){
	window.location="http://"+document.domain+"/cgi-bin/ss000001.pl?SECTIONID="+index+"&NOLOGIN=1";
	}
}

showModel(getObj("series").options[getObj("series").selectedIndex].value);