var scwDateNow=new Date(Date.parse(new Date().toDateString()));var scwBaseYear=scwDateNow.getFullYear()-120;var scwDropDownYears=121;var scwLanguage;function scwSetDefaultLanguage(){try{scwSetLanguage()}catch(a){scwToday="Vandaag:";scwDrag="klik hier om te slepen";scwArrMonthNames=["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"];scwArrWeekInits=["Z","M","D","W","D","V","Z"];scwInvalidDateMsg="De ingevoerde datum is ongeldig.\n";scwOutOfRangeMsg="De ingevoerde datum ligt buiten de ingestelde grenzen.";scwDoesNotExistMsg="De ingevoerde datum bestaat niet.";scwInvalidAlert=["Ongeldige datum (",") genegeerd."];scwDateDisablingError=["Fout "," n\u00E3o \u00E9 is geen datum object."];scwRangeDisablingError=["Fout "," moet uit twee elementen bestaan."]}}var scwWeekStart=1;var scwWeekNumberDisplay=false;var scwWeekNumberBaseDay=4;var scwShowInvalidDateMsg=true,scwShowOutOfRangeMsg=true,scwShowDoesNotExistMsg=true,scwShowInvalidAlert=true,scwShowDateDisablingError=true,scwShowRangeDisablingError=true;var scwArrDelimiters=["/","-",".",","," "];var scwDateDisplayFormat="dd-mm-yyyy";var scwDateOutputFormat="YYYY-MM-DD";var scwZindex=1;var scwBlnStrict=false;var scwEnabledDay=[true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true];var scwDisabledDates=new Array();var scwActiveToday=true;var scwOutOfMonthDisable=false;var scwOutOfMonthHide=false;var scwOutOfRangeDisable=true;var scwFormatTodayCell=true;var scwTodayCellBorderColour="red";var scwAllowDrag=false;var scwClickToHide=false;document.writeln('<style type="text/css">.scw           {padding:1px;vertical-align:middle;}iframe.scw     {position:absolute;z-index:'+scwZindex+";top:0px;left:0px;visibility:hidden;width:1px;height:1px;}table.scw      {padding:0px;visibility:hidden;position:absolute;cursor:default;width:200px;top:0px;left:0px;z-index:"+(scwZindex+1)+";text-align:center;}</style>");document.writeln('<style type="text/css">/* IMPORTANT:  The SCW calendar script requires all                the classes defined here.*/table.scw      {padding:       1px;vertical-align:middle;border:        solid 1px #ccc;font-size:     10pt;font-family:   Tahoma,Arial,Helvetica,Sans-Serif;font-weight:   bold;background	: url('+MEDIA_URL+'images/block_bg.gif) repeat-x center top}td.scwDrag,td.scwHead                 {padding:       0px 0px;text-align:    center;}td.scwDrag                 {font-size:     8pt;}select.scwHead             {margin:        3px 1px;text-align:    center;}input.scwHead              {height:        22px;width:         22px;vertical-align:middle;text-align:    center;margin:        2px 1px;font-weight:   bold;font-size:     10pt;font-family:   fixedSys;}td.scwWeekNumberHead,td.scwWeek                 {padding:       0px;text-align:    center;font-weight:   bold;}td.scwFoot,td.scwFootHover,td.scwFoot:hover,td.scwFootDisabled         {padding:       0px;text-align:    center;font-weight:   normal;}table.scwCells             {text-align:    right;font-size:     8pt;width:         96%;}td.scwCells,td.scwCellsHover,td.scwCells:hover,td.scwCellsDisabled,td.scwCellsExMonth,td.scwCellsExMonthHover,td.scwCellsExMonth:hover,td.scwCellsExMonthDisabled,td.scwCellsWeekend,td.scwCellsWeekendHover,td.scwCellsWeekend:hover,td.scwCellsWeekendDisabled,td.scwInputDate,td.scwInputDateHover,td.scwInputDate:hover,td.scwInputDateDisabled,td.scwWeekNo,td.scwWeeks                {padding:           3px;width:             16px;height:            16px;border		:       none;font-weight:       bold;vertical-align:    middle;}/* Blend the colours into your page here...    *//* Calendar background */table.scw                  {background-color:  #fff;}/* Drag Handle */td.scwDrag                 {background-color:  #9999CC;color:             #CCCCFF;}/* Week number heading */td.scwWeekNumberHead       {color:             #6666CC;}/* Week day headings */td.scwWeek                 {color:             #CCCCCC;}/* Week numbers */td.scwWeekNo               {background-color:  #776677;color:             #CCCCCC;}/* Enabled Days *//* Week Day */td.scwCells                {background-color:  #ddd;color:             #000000;}/* Day matching the input date */td.scwInputDate            {background-color:  #009ff1;color:             #fff;}/* Weekend Day */td.scwCellsWeekend         {background-color:  #ddd;color:             #000;}/* Day outside the current month */td.scwCellsExMonth         {background-color:  #eee;color:             #666666;}/* Today selector */td.scwFoot                 {background-color:  #fff;color:             #aaa;}/* MouseOver/Hover formatting        If you want to "turn off" any of the formatting        then just set to the same as the standard format       above.        Note: The reason that the following are       implemented using both a class and a :hover       pseudoclass is because Opera handles the rendering       involved in the class swap very poorly and IE6        (and below) only implements pseudoclasses on the       anchor tag.*//* Active cells */td.scwCells:hover,td.scwCellsHover           {background-color:  #009ff1;cursor:            pointer;color:             #fff;}/* Day matching the input date */td.scwInputDate:hover,td.scwInputDateHover       {background-color:  #009ff1;cursor:            pointer;color:             #fff;}/* Weekend cells */td.scwCellsWeekend:hover,td.scwCellsWeekendHover    {background-color:  #009ff1;cursor:            pointer;color:             #fff;}/* Day outside the current month */td.scwCellsExMonth:hover,td.scwCellsExMonthHover    {background-color:  #75CDFF;cursor:            pointer;color:             #fff;}/* Today selector */td.scwFoot:hover,td.scwFootHover            {color:             #009ff1;cursor:            pointer;font-weight:       bold;}/* Disabled cells *//* Week Day *//* Day matching the input date */td.scwInputDateDisabled    {background-color:  #999;color:             #000;}td.scwCellsDisabled        {background-color:  #999;color:             #000;}/* Weekend Day */td.scwCellsWeekendDisabled {background-color:  #999;}/* Day outside the current month */td.scwCellsExMonthDisabled {background-color:  #999;color:             #666;}td.scwFootDisabled         {background-color:  #fff;color:             #fff;}</style>');var scwTargetEle,scwTriggerEle,scwMonthSum=0,scwBlnFullInputDate=false,scwPassEnabledDay=new Array(),scwSeedDate=new Date(),scwParmActiveToday=true,scwWeekStart=scwWeekStart%7,scwToday,scwDrag,scwArrMonthNames,scwArrWeekInits,scwInvalidDateMsg,scwOutOfRangeMsg,scwDoesNotExistMsg,scwInvalidAlert,scwDateDisablingError,scwRangeDisablingError;Date.prototype.scwFormat=function(e){var b=0,d="",a="";for(var c=0;c<=e.length;c++){if(c<e.length&&e.charAt(c)==d){b++}else{switch(d){case"y":case"Y":a+=(this.getFullYear()%Math.pow(10,b)).toString().scwPadLeft(b);break;case"m":case"M":a+=(b<3)?(this.getMonth()+1).toString().scwPadLeft(b):scwArrMonthNames[this.getMonth()];break;case"d":case"D":a+=this.getDate().toString().scwPadLeft(b);break;default:while(b-->0){a+=d}}if(c<e.length){d=e.charAt(c);b=1}}}return a};String.prototype.scwPadLeft=function(c){var a="";for(var b=0;b<(c-this.length);b++){a+="0"}return(a+this)};Function.prototype.runsAfterSCW=function(){var c=this,a=new Array(arguments.length);for(var b=0;b<a.length;++b){a[b]=arguments[b]}return function(){for(var d=0;d<arguments.length;++d){a[a.length]=arguments[d]}return(a.shift()==scwTriggerEle)?c.apply(this,a):null}};function scwID(a){return document.getElementById(a)}var scwNextActionReturn,scwNextAction;function showCal(b,a){scwShow(b,a)}function scwShow(m,n,g){if(!n){n=window.event}if(g){scwDateOutputFormat=g}if(n.tagName){var e=n;if(scwID("scwIE")){window.event.cancelBubble=true}else{e.parentNode.addEventListener("click",scwStopPropagation,false)}}else{var e=(n.target)?n.target:n.srcElement;if(n.stopPropagation){n.stopPropagation()}else{n.cancelBubble=true}}scwTriggerEle=e;scwParmActiveToday=true;for(var h=0;h<7;h++){scwPassEnabledDay[(h+7-scwWeekStart)%7]=true;for(var f=2;f<arguments.length;f++){if(arguments[f]==h){scwPassEnabledDay[(h+7-scwWeekStart)%7]=false;if(scwDateNow.getDay()==h){scwParmActiveToday=false}}}}scwSeedDate=scwDateNow;var b="";if(m.value){b=m.value.replace(/^\s+/,"").replace(/\s+$/,"")}else{if(typeof m.value=="undefined"){var d=m.childNodes;for(var h=0;h<d.length;h++){if(d[h].nodeType==3){b=d[h].nodeValue.replace(/^\s+/,"").replace(/\s+$/,"");if(b.length>0){scwTriggerEle.scwTextNode=d[h];scwTriggerEle.scwLength=d[h].nodeValue.length;break}}}}}scwSetDefaultLanguage();scwID("scwDragText").innerHTML=scwDrag;scwID("scwMonths").options.length=0;for(var h=0;h<scwArrMonthNames.length;h++){scwID("scwMonths").options[h]=new Option(scwArrMonthNames[h],scwArrMonthNames[h])}scwID("scwYears").options.length=0;for(var h=0;h<scwDropDownYears;h++){scwID("scwYears").options[h]=new Option((scwBaseYear+h),(scwBaseYear+h))}for(var h=0;h<scwArrWeekInits.length;h++){scwID("scwWeekInit"+h).innerHTML=scwArrWeekInits[(h+scwWeekStart)%scwArrWeekInits.length]}if(scwID("scwFoot")){scwID("scwFoot").innerHTML=scwToday+" "+scwDateNow.scwFormat(scwDateDisplayFormat)}if(b.length==0){scwBlnFullInputDate=false;if((new Date(scwBaseYear+scwDropDownYears,0,0))<scwSeedDate||(new Date(scwBaseYear,0,1))>scwSeedDate){scwSeedDate=new Date(scwBaseYear+Math.floor(scwDropDownYears/2),5,1)}}else{function l(){var v=new Array(),s=b.split(new RegExp("[\\"+scwArrDelimiters.join("\\")+"]+","g"));if(s[0]!=null){if(s[0].length==0){s.splice(0,1)}if(s[s.length-1].length==0){s.splice(s.length-1,1)}}scwBlnFullInputDate=false;scwDateOutputFormat=scwDateOutputFormat.toUpperCase();var u=["D","M","Y"];var w=new Array();for(var q=0;q<u.length;q++){if(scwDateOutputFormat.search(u[q])>-1){w[scwDateOutputFormat.search(u[q])]=u[q]}}var r=w.join("");switch(s.length){case 1:if(scwDateOutputFormat.indexOf("Y")>-1&&s[0].length>scwDateOutputFormat.lastIndexOf("Y")){v[0]=parseInt(s[0].substring(scwDateOutputFormat.indexOf("Y"),scwDateOutputFormat.lastIndexOf("Y")+1),10)}else{v[0]=0}if(scwDateOutputFormat.indexOf("M")>-1&&s[0].length>scwDateOutputFormat.lastIndexOf("M")){v[1]=s[0].substring(scwDateOutputFormat.indexOf("M"),scwDateOutputFormat.lastIndexOf("M")+1)}else{v[1]="6"}if(scwDateOutputFormat.indexOf("D")>-1&&s[0].length>scwDateOutputFormat.lastIndexOf("D")){v[2]=parseInt(s[0].substring(scwDateOutputFormat.indexOf("D"),scwDateOutputFormat.lastIndexOf("D")+1),10)}else{v[2]=1}if(s[0].length==scwDateOutputFormat.length){scwBlnFullInputDate=true}break;case 2:v[0]=parseInt(s[r.replace(/D/i,"").search(/Y/i)],10);v[1]=s[r.replace(/D/i,"").search(/M/i)];v[2]=1;break;case 3:v[0]=parseInt(s[r.search(/Y/i)],10);v[1]=s[r.search(/M/i)];v[2]=parseInt(s[r.search(/D/i)],10);scwBlnFullInputDate=true;break;default:v[0]=0;v[1]=0;v[2]=0}var o=new RegExp("^(0?[1-9]|[1-2][0-9]|3[0-1])$"),p=new RegExp("^(0?[1-9]|1[0-2]|"+scwArrMonthNames.join("|")+")$","i"),t=new RegExp("^([0-9]{1,2}|[0-9]{4})$");if(t.exec(v[0])==null||p.exec(v[1])==null||o.exec(v[2])==null){if(scwShowInvalidDateMsg){alert(scwInvalidDateMsg+scwInvalidAlert[0]+b+scwInvalidAlert[1])}scwBlnFullInputDate=false;v[0]=scwBaseYear+Math.floor(scwDropDownYears/2);v[1]="6";v[2]=1}return v}scwArrSeedDate=l();if(scwArrSeedDate[0]<100){scwArrSeedDate[0]+=(scwArrSeedDate[0]>50)?1900:2000}if(scwArrSeedDate[1].search(/\d+/)!=0){month=scwArrMonthNames.join("|").toUpperCase().search(scwArrSeedDate[1].substr(0,3).toUpperCase());scwArrSeedDate[1]=Math.floor(month/4)+1}scwSeedDate=new Date(scwArrSeedDate[0],scwArrSeedDate[1]-1,scwArrSeedDate[2])}if(isNaN(scwSeedDate)){if(scwShowInvalidDateMsg){alert(scwInvalidDateMsg+scwInvalidAlert[0]+b+scwInvalidAlert[1])}scwSeedDate=new Date(scwBaseYear+Math.floor(scwDropDownYears/2),5,1);scwBlnFullInputDate=false}else{if((new Date(scwBaseYear,0,1))>scwSeedDate){if(scwBlnStrict&&scwShowOutOfRangeMsg){alert(scwOutOfRangeMsg)}scwSeedDate=new Date(scwBaseYear,0,1);scwBlnFullInputDate=false}else{if((new Date(scwBaseYear+scwDropDownYears,0,0))<scwSeedDate){if(scwBlnStrict&&scwShowOutOfRangeMsg){alert(scwOutOfRangeMsg)}scwSeedDate=new Date(scwBaseYear+Math.floor(scwDropDownYears)-1,11,1);scwBlnFullInputDate=false}else{if(scwBlnStrict&&scwBlnFullInputDate&&(scwSeedDate.getDate()!=scwArrSeedDate[2]||(scwSeedDate.getMonth()+1)!=scwArrSeedDate[1]||scwSeedDate.getFullYear()!=scwArrSeedDate[0])){if(scwShowDoesNotExistMsg){alert(scwDoesNotExistMsg)}scwSeedDate=new Date(scwSeedDate.getFullYear(),scwSeedDate.getMonth()-1,1);scwBlnFullInputDate=false}}}}for(var h=0;h<scwDisabledDates.length;h++){if(!((typeof scwDisabledDates[h]=="object")&&(scwDisabledDates[h].constructor==Date))){if((typeof scwDisabledDates[h]=="object")&&(scwDisabledDates[h].constructor==Array)){var k=true;if(scwDisabledDates[h].length!=2){if(scwShowRangeDisablingError){alert(scwRangeDisablingError[0]+scwDisabledDates[h]+scwRangeDisablingError[1])}k=false}else{for(var f=0;f<scwDisabledDates[h].length;f++){if(!((typeof scwDisabledDates[h][f]=="object")&&(scwDisabledDates[h][f].constructor==Date))){if(scwShowRangeDisablingError){alert(scwDateDisablingError[0]+scwDisabledDates[h][f]+scwDateDisablingError[1])}k=false}}}if(k&&(scwDisabledDates[h][0]>scwDisabledDates[h][1])){scwDisabledDates[h].reverse()}}else{if(scwShowRangeDisablingError){alert(scwDateDisablingError[0]+scwDisabledDates[h]+scwDateDisablingError[1])}}}}scwMonthSum=12*(scwSeedDate.getFullYear()-scwBaseYear)+scwSeedDate.getMonth();scwID("scwYears").options.selectedIndex=Math.floor(scwMonthSum/12);scwID("scwMonths").options.selectedIndex=(scwMonthSum%12);scwID("scwDrag").style.display=(scwAllowDrag)?"":"none";scwShowMonth(0);scwTargetEle=m;var a=parseInt(m.offsetTop,10)+parseInt(m.offsetHeight,10),c=parseInt(m.offsetLeft,10);if(!window.opera){while(m.tagName!="BODY"&&m.tagName!="HTML"){a-=parseInt(m.scrollTop,10);c-=parseInt(m.scrollLeft,10);m=m.parentNode}m=scwTargetEle}do{m=m.offsetParent;a+=parseInt(m.offsetTop,10);c+=parseInt(m.offsetLeft,10)}while(m.tagName!="BODY"&&m.tagName!="HTML");scwID("scw").style.top=a+"px";scwID("scw").style.left=c+"px";scwID("scwIframe").style.top=a+"px";scwID("scwIframe").style.left=c+"px";scwID("scwIframe").style.width=(scwID("scw").offsetWidth-(scwID("scwIE")?2:4))+"px";scwID("scwIframe").style.height=(scwID("scw").offsetHeight-(scwID("scwIE")?2:4))+"px";scwID("scwIframe").style.visibility="inherit";scwID("scw").style.visibility="inherit"}function scwHide(){scwID("scw").style.visibility="hidden";scwID("scwIframe").style.visibility="hidden";if(typeof scwNextAction!="undefined"&&scwNextAction!=null){scwNextActionReturn=scwNextAction();scwNextAction=null}}function scwCancel(a){if(scwClickToHide){scwHide()}scwStopPropagation(a)}function scwStopPropagation(a){if(a.stopPropagation){a.stopPropagation()}else{a.cancelBubble=true}}function scwBeginDrag(e){var g=scwID("scw");var c=e.clientX,a=e.clientY,d=g;do{c-=parseInt(d.offsetLeft,10);a-=parseInt(d.offsetTop,10);d=d.offsetParent}while(d.tagName!="BODY"&&d.tagName!="HTML");if(document.addEventListener){document.addEventListener("mousemove",f,true);document.addEventListener("mouseup",b,true)}else{g.attachEvent("onmousemove",f);g.attachEvent("onmouseup",b);g.setCapture()}scwStopPropagation(e);function f(h){if(!h){h=window.event}g.style.left=(h.clientX-c)+"px";g.style.top=(h.clientY-a)+"px";scwID("scwIframe").style.left=(h.clientX-c)+"px";scwID("scwIframe").style.top=(h.clientY-a)+"px";scwStopPropagation(h)}function b(h){if(!h){h=window.event}if(document.removeEventListener){document.removeEventListener("mousemove",f,true);document.removeEventListener("mouseup",b,true)}else{g.detachEvent("onmouseup",b);g.detachEvent("onmousemove",f);g.releaseCapture()}scwStopPropagation(h)}}function scwShowMonth(f){var s=new Date(Date.parse(new Date().toDateString())),d=new Date();s.setHours(12);scwSelYears=scwID("scwYears");scwSelMonths=scwID("scwMonths");if(scwSelYears.options.selectedIndex>-1){scwMonthSum=12*(scwSelYears.options.selectedIndex)+f;if(scwSelMonths.options.selectedIndex>-1){scwMonthSum+=scwSelMonths.options.selectedIndex}}else{if(scwSelMonths.options.selectedIndex>-1){scwMonthSum+=scwSelMonths.options.selectedIndex}}s.setFullYear(scwBaseYear+Math.floor(scwMonthSum/12),(scwMonthSum%12),1);scwID("scwWeek_").style.display=(scwWeekNumberDisplay)?"":"none";if(window.opera){scwID("scwMonths").style.display="inherit";scwID("scwYears").style.display="inherit"}scwTemp=(12*parseInt((s.getFullYear()-scwBaseYear),10))+parseInt(s.getMonth(),10);if(scwTemp>-1&&scwTemp<(12*scwDropDownYears)){scwSelYears.options.selectedIndex=Math.floor(scwMonthSum/12);scwSelMonths.options.selectedIndex=(scwMonthSum%12);scwCurMonth=s.getMonth();s.setDate((((s.getDay()-scwWeekStart)<0)?-6:1)+scwWeekStart-s.getDay());var b=new Date(s.getFullYear(),s.getMonth(),s.getDate()).valueOf();d=new Date(s);if(scwID("scwFoot")){var q=scwID("scwFoot");function n(){t(scwDateNow)}if(scwDisabledDates.length==0){if(scwActiveToday&&scwParmActiveToday){q.onclick=n;q.className="scwFoot";if(scwID("scwIE")){q.onmouseover=m;q.onmouseout=m}}else{q.onclick=null;q.className="scwFootDisabled";if(scwID("scwIE")){q.onmouseover=null;q.onmouseout=null}if(document.addEventListener){q.addEventListener("click",scwStopPropagation,false)}else{q.attachEvent("onclick",scwStopPropagation)}}}else{for(var h=0;h<scwDisabledDates.length;h++){if(!scwActiveToday||!scwParmActiveToday||((typeof scwDisabledDates[h]=="object")&&(((scwDisabledDates[h].constructor==Date)&&scwDateNow.valueOf()==scwDisabledDates[h].valueOf())||((scwDisabledDates[h].constructor==Array)&&scwDateNow.valueOf()>=scwDisabledDates[h][0].valueOf()&&scwDateNow.valueOf()<=scwDisabledDates[h][1].valueOf())))){q.onclick=null;q.className="scwFootDisabled";if(scwID("scwIE")){q.onmouseover=null;q.onmouseout=null}if(document.addEventListener){q.addEventListener("click",scwStopPropagation,false)}else{q.attachEvent("onclick",scwStopPropagation)}break}else{q.onclick=n;q.className="scwFoot";if(scwID("scwIE")){q.onmouseover=m;q.onmouseout=m}}}}}function t(k){if(typeof scwTargetEle.value=="undefined"){scwTriggerEle.scwTextNode.replaceData(0,scwTriggerEle.scwLength,k.scwFormat(scwDateOutputFormat))}else{scwTargetEle.value=k.scwFormat(scwDateOutputFormat)}scwHide()}function c(k){var v=p(k),u=new Date(d);if(v.nodeType==3){v=v.parentNode}u.setDate(d.getDate()+parseInt(v.id.substr(8),10));t(u)}function m(k){var u=p(k);if(u.nodeType==3){u=u.parentNode}switch(u.className){case"scwCells":u.className="scwCellsHover";break;case"scwCellsHover":u.className="scwCells";break;case"scwCellsExMonth":u.className="scwCellsExMonthHover";break;case"scwCellsExMonthHover":u.className="scwCellsExMonth";break;case"scwCellsWeekend":u.className="scwCellsWeekendHover";break;case"scwCellsWeekendHover":u.className="scwCellsWeekend";break;case"scwFoot":u.className="scwFootHover";break;case"scwFootHover":u.className="scwFoot";break;case"scwInputDate":u.className="scwInputDateHover";break;case"scwInputDateHover":u.className="scwInputDate"}return true}function p(k){if(!k){k=event}return k.target||k.srcElement}function e(u){var w=new Date(u);w.setDate(w.getDate()-w.getDay()+scwWeekNumberBaseDay+((u.getDay()>scwWeekNumberBaseDay)?7:0));var v=new Date(w.getFullYear(),0,1);v.setDate(v.getDate()-v.getDay()+scwWeekNumberBaseDay);if(v<new Date(w.getFullYear(),0,1)){v.setDate(v.getDate()+7)}var k=new Date(v-scwWeekNumberBaseDay+u.getDay());if(k>v){k.setDate(k.getDate()-7)}var x="0"+(Math.round((w-v)/604800000,0)+1);return x.substring(x.length-2,x.length)}var g=scwID("scwCells");for(i=0;i<g.childNodes.length;i++){var r=g.childNodes[i];if(r.nodeType==1&&r.tagName=="TR"){if(scwWeekNumberDisplay){scwTmpEl=r.childNodes[0];scwTmpEl.innerHTML=e(s);scwTmpEl.style.borderColor=(scwTmpEl.currentStyle)?scwTmpEl.currentStyle.backgroundColor:(window.getComputedStyle)?document.defaultView.getComputedStyle(scwTmpEl,null).getPropertyValue("background-color"):"";scwTmpEl.style.display=""}else{r.childNodes[0].style.display="none"}for(j=1;j<r.childNodes.length;j++){var l=r.childNodes[j];if(l.nodeType==1&&l.tagName=="TD"){r.childNodes[j].innerHTML=s.getDate();var o=r.childNodes[j],a=((scwOutOfRangeDisable&&(s<(new Date(scwBaseYear,0,1,s.getHours()))||s>(new Date(scwBaseYear+scwDropDownYears,0,0,s.getHours()))))||(scwOutOfMonthDisable&&(s<(new Date(s.getFullYear(),scwCurMonth,1,s.getHours()))||s>(new Date(s.getFullYear(),scwCurMonth+1,0,s.getHours())))))?true:false;o.style.visibility=(scwOutOfMonthHide&&(s<(new Date(s.getFullYear(),scwCurMonth,1,s.getHours()))||s>(new Date(s.getFullYear(),scwCurMonth+1,0,s.getHours()))))?"hidden":"inherit";for(var h=0;h<scwDisabledDates.length;h++){if((typeof scwDisabledDates[h]=="object")&&(scwDisabledDates[h].constructor==Date)&&b==scwDisabledDates[h].valueOf()){a=true}else{if((typeof scwDisabledDates[h]=="object")&&(scwDisabledDates[h].constructor==Array)&&b>=scwDisabledDates[h][0].valueOf()&&b<=scwDisabledDates[h][1].valueOf()){a=true}}}if(a||!scwEnabledDay[j-1+(7*((i*g.childNodes.length)/6))]||!scwPassEnabledDay[(j-1+(7*(i*g.childNodes.length/6)))%7]){r.childNodes[j].onclick=null;if(scwID("scwIE")){r.childNodes[j].onmouseover=null;r.childNodes[j].onmouseout=null}o.className=(s.getMonth()!=scwCurMonth)?"scwCellsExMonthDisabled":(scwBlnFullInputDate&&s.toDateString()==scwSeedDate.toDateString())?"scwInputDateDisabled":(s.getDay()%6==0)?"scwCellsWeekendDisabled":"scwCellsDisabled";o.style.borderColor=(scwFormatTodayCell&&s.toDateString()==scwDateNow.toDateString())?scwTodayCellBorderColour:(o.currentStyle)?o.currentStyle.backgroundColor:(window.getComputedStyle)?document.defaultView.getComputedStyle(o,null).getPropertyValue("background-color"):""}else{r.childNodes[j].onclick=c;if(scwID("scwIE")){r.childNodes[j].onmouseover=m;r.childNodes[j].onmouseout=m}o.className=(s.getMonth()!=scwCurMonth)?"scwCellsExMonth":(scwBlnFullInputDate&&s.toDateString()==scwSeedDate.toDateString())?"scwInputDate":(s.getDay()%6==0)?"scwCellsWeekend":"scwCells";o.style.borderColor=(scwFormatTodayCell&&s.toDateString()==scwDateNow.toDateString())?scwTodayCellBorderColour:(o.currentStyle)?o.currentStyle.backgroundColor:(window.getComputedStyle)?document.defaultView.getComputedStyle(o,null).getPropertyValue("background-color"):""}s.setDate(s.getDate()+1);b=new Date(s.getFullYear(),s.getMonth(),s.getDate()).valueOf()}}}}}if(window.opera){scwID("scwMonths").style.display="inline";scwID("scwYears").style.display="inline";scwID("scw").style.visibility="hidden";scwID("scw").style.visibility="inherit"}}document.writeln("<!--[if IE]><div id='scwIE'></div><![endif]-->");document.writeln("<!--[if lt IE 7]><div id='scwIElt7'></div><![endif]-->");document.write("<iframe class='scw' "+(scwID("scwIElt7")?"src='/scwblank.html '":"")+"id='scwIframe' name='scwIframe' frameborder='0'></iframe><table id='scw' class='scw'><tr class='scw'><td class='scw'><table class='scwHead' id='scwHead' width='100%' cellspacing='0' cellpadding='0'><tr id='scwDrag' style='display:none;'><td colspan='4' class='scwDrag' onmousedown='scwBeginDrag(event);'><div id='scwDragText'></div></td></tr><tr class='scwHead' ><td class='scwHead'><input class='scwHead' id='scwHeadLeft' type='button' value='<' onclick='scwShowMonth(-1);'  /></td><td class='scwHead'><select id='scwMonths' class='scwHead' onchange='scwShowMonth(0);'></select></td><td class='scwHead'><select id='scwYears' class='scwHead' onchange='scwShowMonth(0);'></select></td><td class='scwHead'><input class='scwHead' id='scwHeadRight' type='button' value='>' onclick='scwShowMonth(1);' /></td></tr></table></td></tr><tr class='scw'><td class='scw'><table class='scwCells' align='center'><thead><tr><td class='scwWeekNumberHead' id='scwWeek_' ></td>");for(i=0;i<7;i++){document.write("<td class='scwWeek' id='scwWeekInit"+i+"'></td>")}document.write("</tr></thead><tbody id='scwCells' onClick='scwStopPropagation(event);'>");for(i=0;i<6;i++){document.write("<tr><td class='scwWeekNo' id='scwWeek_"+i+"'></td>");for(j=0;j<7;j++){document.write("<td class='scwCells' id='scwCell_"+(j+(i*7))+"'></td>")}document.write("</tr>")}document.write("</tbody>");if((new Date(scwBaseYear+scwDropDownYears,0,0))>scwDateNow&&(new Date(scwBaseYear,0,0))<scwDateNow){document.write("<tfoot class='scwFoot'><tr class='scwFoot'><td class='scwFoot' id='scwFoot' colspan='8'></td></tr></tfoot>")}document.write("</table></td></tr></table>");if(document.addEventListener){scwID("scw").addEventListener("click",scwCancel,false);scwID("scwHeadLeft").addEventListener("click",scwStopPropagation,false);scwID("scwMonths").addEventListener("click",scwStopPropagation,false);scwID("scwMonths").addEventListener("change",scwStopPropagation,false);scwID("scwYears").addEventListener("click",scwStopPropagation,false);scwID("scwYears").addEventListener("change",scwStopPropagation,false);scwID("scwHeadRight").addEventListener("click",scwStopPropagation,false)}else{scwID("scw").attachEvent("onclick",scwCancel);scwID("scwHeadLeft").attachEvent("onclick",scwStopPropagation);scwID("scwMonths").attachEvent("onclick",scwStopPropagation);scwID("scwMonths").attachEvent("onchange",scwStopPropagation);scwID("scwYears").attachEvent("onclick",scwStopPropagation);scwID("scwYears").attachEvent("onchange",scwStopPropagation);scwID("scwHeadRight").attachEvent("onclick",scwStopPropagation)}if(document.addEventListener){document.addEventListener("click",scwHide,false)}else{document.attachEvent("onclick",scwHide)}Event.observe(window,"load",function(){$$("input.datefield").each(function a(b){Event.observe(b,"click",function(c){scwShow(b,c)},this);new Insertion.After(b,'<img src="'+MEDIA_URL+'images/b_calendar.png" onclick="scwShow(scwID(\''+b.id+'\'),event);" alt="selecteer een datum" title="selecteer een datum" />')},this)});