


// Load Images:
audio_on = new Image;
audio_on.src = "../g/icons/audio_y_on.gif";
audio_off = new Image;
audio_off.src = "../g/icons/audio_y_off.gif";

video_on = new Image;
video_on.src = "../g/icons/video_y_on.gif";
video_off = new Image;
video_off.src = "../g/icons/video_y_off.gif";

letra_on = new Image;
letra_on.src = "../g/icons/letra_y_on.gif";
letra_off = new Image;
letra_off.src = "../g/icons/letra_y_off.gif";

acordes_on = new Image;
acordes_on.src = "../g/icons/acordes_y_on.gif";
acordes_off = new Image;
acordes_off.src = "../g/icons/acordes_y_off.gif";

download_on = new Image;
download_on.src = "../g/icons/download_on.gif";
download_off = new Image;
download_off.src = "../g/icons/download_off.gif";


