var howMany=1;//(number of times to be picked)
var pickerName=new Array('time');//must contain entries as much as is value of howMany
var hCol='red';//hour hand color
var mCol='green';//minute hand color
var bgCol='#ff9966';//background color
var showMin=1;//possible values: 1,5,10,15,20,30
var show24=0;//set to 1, if 00:00 o'clock should be displayed as 24:00
