/* AUTHOR: Akensoft */
/* CREATION DATE: 17/11/00 */
<!--
vers = parseInt(navigator.appVersion.substring(0,1));
//alert(vers);
if (vers>=3) { // 3.0 or greater.

f1_on = new Image();
f1_off = new Image();
f2_on = new Image();
f2_off = new Image();
f3_on = new Image();
f3_off = new Image();
f4_on = new Image();
f4_off = new Image();
f5_on = new Image();
f5_off = new Image();
f6_on = new Image();
f6_off = new Image();

f1_on.src = 'img/att/att_for_btn_on.jpg';
f1_off.src = 'img/att/att_for_btn_off.jpg';
f2_on.src = 'img/att/att_gru_btn_on.jpg';
f2_off.src = 'img/att/att_gru_btn_off.jpg';
f3_on.src = 'img/att/att_inc_btn_on.jpg';
f3_off.src = 'img/att/att_inc_btn_off.jpg';
f4_on.src = 'img/att/att_con_btn_on.jpg';
f4_off.src = 'img/att/att_con_btn_off.jpg';
f5_on.src = 'img/att/att_eve_btn_on.jpg';
f5_off.src = 'img/att/att_eve_btn_off.jpg';
f6_on.src = 'img/att/att_app_btn_on.jpg';
f6_off.src = 'img/att/att_app_btn_off.jpg';
}
//--->