
// ----------- arrows ---------------//
var arrow_off   = new Image();
var arrow_roll  = new Image();

// ----------- arrows ---------------//
arrow_off.src   = '../images/topnav_arrow_off.gif';
arrow_roll.src   = '../images/topnav_arrow_roll.gif';