/* --------------------------------------------------------- *\
|
|  main functions library - main_lib.js
|
|
\* --------------------------------------------------------- */


// -- suppress error messages --
// window.onerror = function(){ return true; }

// -- swap images --
search_bt = [ new Image(), new Image() ];
search_bt[0].src = "./gfx/icon_search_submit.png";
search_bt[1].src = "./gfx/icon_search_submit_hi.png";

send_bt = [ new Image(), new Image() ];
send_bt[0].src = "./gfx/icon_send_submit.png";
send_bt[1].src = "./gfx/icon_send_submit_hi.png";

onlinestar_bt = [ new Image(), new Image() ];
onlinestar_bt[0].src = "./gfx/icon_onlinestar_submit.png";
onlinestar_bt[1].src = "./gfx/icon_onlinestar_submit_hi.png";

