function BRKdirwdclkfunc() { document.getElementById("direction_width_id").checked=true; document.getElementById("direction_height_id").checked=false; //added so that when the form is submitted php can grab the value //select_plate_form_nm.bracket_along_width_nm.value="T"; //select_plate_form_nm.bracket_along_height_nm.value="F"; BRKdir=1; var ExpDate = new Date (); ExpDate.setTime (ExpDate.getTime() + (1*60*60*1000)); //cookie has 1 hour duration setCookie("BRKdirCok",BRKdir,ExpDate,"","/",""); BRKcurrupdate(); } function BRKcurrupdate() { //if (BRKdir==1) select_plate_form_nm.cur_brack_orient_nm.value="width"; //else select_plate_form_nm.cur_brack_orient_nm.value="height"; if (BRKoff==1) { if (BRKdir==1) select_plate_form_nm.cur_brack_orient_nm.value="width+offset"; else select_plate_form_nm.cur_brack_orient_nm.value="height+offset"; } else { if (BRKdir==1) select_plate_form_nm.cur_brack_orient_nm.value="width"; else select_plate_form_nm.cur_brack_orient_nm.value="height"; } //select_plate_form_nm.cur_brack_orient_nm.value="test6"; //alert(BRKdir); } function selbutaddinvfunc() { formvalid=0; var selbutaddhld=document.getElementById("select_button_add"); selbutaddhld.style.backgroundColor="#DDDDDD"; /*very light gray*/ }