Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/calendar/
Upload File :
Current File : /var/www/cesa.co.za/calendar/plugins_s.js

function fOnChange(y,m,d,e){if(gContainer.gfFlat_b)gContainer.gfFlat_b.fSetCal(y,m,d,false);return false;}
//function fOnResize(){var cap=fGetById(gContainer.document,"smallCaption");cap.innerHTML=gMonths[gCurMonth[1]-1]+" "+gCurMonth[0];}
function popup(url,framename){var w=parent.open(url,framename,"top=200,left=200,width=400,height=200,scrollbars=1,resizable=1");if(w&&url.split(":")[0]=="mailto")w.close();else if(w&&!framename)w.focus();}
function fAppendEvent(y,m,d,message,action,bgcolor,fgcolor,bgimg,boxit,html){var ag=fGetEvent(y,m,d);if(ag==null)fAddEvent(y,m,d,message,action,bgcolor,fgcolor,bgimg,boxit,html);else fAddEvent(y,m,d,message?ag[0]+"\n"+message:ag[0],action?action:ag[1],bgcolor?bgcolor:ag[2],fgcolor?fgcolor:ag[3],bgimg?bgimg:ag[4],boxit?boxit:ag[5],ag[6]+html);}