Lines Matching defs:which
17 function qs_close_panel(which) {
18 var dom = document.getElementById(which);
22 function qs_open_panel(which) {
23 var dom = document.getElementById(which);
27 function qs_open_info(which) {
28 var dom = document.getElementById(which) ;
30 qs_close_panel(which);
33 qs_open_panel(which);
38 function toggle_panel(which) {
40 var dom = document.getElementById(which);
65 function onChangeQS(which) {
66 if(which.selectedIndex == 0) {
70 QuickstatsShowPage(which.options[which.selectedIndex].value) ;