// Variable definition
var HEADERSTYLE1 = {
        type:"buttons", 
        css:"clsWorkDayOtherMonth", 
        yearrange:[2010,2015]
    };
// Calendar definition
var CalendarDef = {
    firstday:0, 
    dtype:"MM/dd/yyyy", 
    width:100, 
    windoww:300, 
    windowh:170, 
    border_width:0, 
    border_color:"#0000D3", 
    dn_css:"clsCurrentDay", 
    cd_css:"clsCurrentDay", 
    tw_css:"clsWorkDay", 
    wd_css:"clsWorkDay", 
    we_css:"clsWeekEnd", 
    wdom_css:"clsWorkDayOtherMonth", 
    weom_css:"clsWeekEndOtherMonth", 
    time_css:"clsCurrentDay", 
    headerstyle:HEADERSTYLE1, 
    monthnames:["Januar","Februar","März","April","Mai","Juni","July","August","September","Oktober","November","Dezember"], 
    daynames:["So","Mo","Di","Mi","Do","Fr","Sa"], 
    txt:["Previous year","Previous month","false","false","Apply"], 
    imgapply:"img/macFFBgHack.png", 
    template_path:"templates/"
};

