var logo_on = new Image; logo_on.src = strDsnyGraphicsDir + 'header/logo_on.gif';
var logo_off = new Image; logo_off.src = strDsnyGraphicsDir + 'header/logo_off.gif';

var mode_max_on = new Image; mode_max_on.src = strDsnyGraphicsDir + 'ztlbr2/mode_max_on.gif';
var mode_max_off = new Image; mode_max_off.src = strDsnyGraphicsDir + 'ztlbr2/mode_max_off.gif';
var mode_max_in = new Image; mode_max_in.src = strDsnyGraphicsDir + 'ztlbr2/mode_max_in.gif';
var mode_min_on = new Image; mode_min_on.src = strDsnyGraphicsDir + 'ztlbr2/min/mode_min_on.gif';
var mode_min_off = new Image; mode_min_off.src = strDsnyGraphicsDir + 'ztlbr2/min/mode_min_off.gif';
var mode_min_in = new Image; mode_min_in.src = strDsnyGraphicsDir + 'ztlbr2/min/mode_min_in.gif';

var btn_enlarge_on = new Image; btn_enlarge_on.src = strDsnyGraphicsDir + 'btn_enlarge_new_on.gif';
var btn_enlarge_off = new Image; btn_enlarge_off.src = strDsnyGraphicsDir + 'btn_enlarge_new_off.gif';
var btn_favorites_on = new Image; btn_favorites_on.src = strDsnyGraphicsDir + 'btn_favorites_new_on.gif';
var btn_favorites_off = new Image; btn_favorites_off.src = strDsnyGraphicsDir + 'btn_favorites_new_off.gif';
var btn_make_on = new Image; btn_make_on.src = strDsnyGraphicsDir + 'btn_make_generic_on.gif';
var btn_make_off = new Image; btn_make_off.src = strDsnyGraphicsDir + 'btn_make_generic_off.gif';
var btn_email_on = new Image; btn_email_on.src = strDsnyGraphicsDir + 'btn_email_new_on.gif';
var btn_email_off = new Image; btn_email_off.src = strDsnyGraphicsDir + 'btn_email_new_off.gif';

var btnLogIn_on = new Image; btnLogIn_on.src = strDsnyGraphicsDir + 'log_in_on.gif';
var btnLogIn_off = new Image; btnLogIn_off.src = strDsnyGraphicsDir + 'log_in_off.gif';
var go_to_favorites_on = new Image; go_to_favorites_on.src = strDsnyGraphicsDir + 'go_to_favorites_on.gif';
var go_to_favorites_off = new Image; go_to_favorites_off.src = strDsnyGraphicsDir + 'go_to_favorites_off.gif';
var order_status_on = new Image; order_status_on.src = strDsnyGraphicsDir + 'order_status_on.gif';
var order_status_off = new Image; order_status_off.src = strDsnyGraphicsDir + 'order_status_off.gif';
