/*
function setColor(mat){
var id="m";
var did="di";
var mid="m"+mat;
var did2="di"+mat;
for(var i=1;i<=7;i++){
cid=id+i;
did1=did+i;
document.getElementById(did1).style.display="none"
}
document.getElementById(did2).style.display=document.getElementById('trx').style.display;
}
*/

function setPage(value1) {
	var s = new Array(); 
	var pid;
	var msg = "";
	var x;

	s[0] = eval(document.getElementById("r1"));
	s[1] = eval(document.getElementById("r2"));
	s[2] = eval(document.getElementById("r3"));
	s[3] = eval(document.getElementById("r4"));
	s[4] = eval(document.getElementById("r5"));
	s[5] = eval(document.getElementById("r6"));
	
for (x = 0; x < 6; x++) {
//  msg = msg + s[x].checked + "\n";
	if(s[x].checked==true) { 
		msg = s[x].checked;
		pid = s[x].value;
	}
}

	if(value1=="Granite")
		window.location.href="/Search/Countertop/Step1.jsp?PRODUCT_PRICE="+pid;
	else if(value1=="Marble") 
		window.location.href="/Search/Countertop/marble-countertops.jsp?PRODUCT_PRICE="+pid;
	else if(value1=="Limestone") 
		window.location.href="/Search/Countertop/limestone-countertops.jsp?PRODUCT_PRICE="+pid;
	else if(value1=="Travertine") 
		window.location.href="/Search/Countertop/travertine-countertops.jsp?PRODUCT_PRICE="+pid;
	else if(value1=="Sandstone") 
		window.location.href="/Search/Countertop/sandstone-countertops.jsp?PRODUCT_PRICE="+pid;
	else if(value1=="Slate") 
		window.location.href="/Search/Countertop/slate-countertops.jsp?PRODUCT_PRICE="+pid;
	else if(value1=="Onyx") 
		window.location.href="/Search/Countertop/onyx-countertops.jsp?PRODUCT_PRICE="+pid;									
}

/*function setIn(cn,tablename)
{
setVal = eval("document.getElementById("+cn+")");
if(setVal.value.length > 0) {
setValue(cn, tablename)
}
}*/

function setValue(cid,tabname){
//document.f1.location="process1.jsp?cmd="+document.step1.cmd.value+
//"&tname="+tabname+"&name1="+document.getElementById(cid).name+
//"&value="+document.getElementById(cid).value+
//"&chk="+document.step1.chk.value;
}

function upddb(){
if(document.step1.start.value=="1"){
//window.parent.location="process1.jsp?cmd="+document.step1.cmd.value+
//"&chk="+document.step1.chk.value;
}
}
function setStart(){
document.step1.start.value="1";
var count=0;
var id="p";
for(var i=1;i<8;i++){
var x=id+i;
var control=eval(document.getElementById(x));
if(control.checked==false){
count=count+1;
}
}

if(count==7){
alert("Please select Material");
return false;
}
}
