//showAlertMsg(); function showAlertMsg(lan){ acDate=new Date(); myYear=acDate.getYear(); if(myYear<2000){myYear=myYear+1900}; myMonth=acDate.getMonth(); myDate=acDate.getDate(); myHour=acDate.getHours(); myMinute=acDate.getMinutes(); today = new Date(myYear+"/"+(myMonth+1)+"/"+myDate+" "+myHour+":"+myMinute); xx = new Array(4); for (i = 0; i < xx.length; i++) { xx[i] = new Array(3); for (j = 0; j < xx[i].length; j++) { xx[i][j] = 0; } } xx[0][0]=new Date('2010/03/08 18:30'); xx[0][1]=new Date('2010/03/09 08:15'); xx[0][2]='S'; xx[1][0]=new Date('2010/03/08 18:30'); xx[1][1]=new Date('2010/03/09 08:15'); xx[1][2]='C'; xx[2][0]=new Date('2010/03/08 18:30'); xx[2][1]=new Date('2010/03/09 08:15'); xx[2][2]='E'; for(i=0 ; ixx[i][0] && today