﻿function doChoice(choiceid,kk,f){
	switch (f){
		case 1:
	window.open("/busbox.aspx?cid="+kk+"&p="+choiceid,"","top=335,left=410,width=235,height=235,resizable=yes" ); 
      break;
           case 2:
      window.open("/busbox.aspx?cid="+kk+"&p="+choiceid,"","top=198,left=340,width=235,height=235,resizable=Yes" ); 
      break;
	}
}
var t="";
function getRadios(what){
j=what.t.length; //alert(j)
	for (i=0; i<j; i++){
		if(what.t[i].checked) 
		var kk = what.t[i].value
	}
document.form1.bn.value = kk
}