/* library items */
/* window opener */
// ---
function w_open(url_add) {
window.open(url_add,'welcome','width=800,height=620,menubar=no,status=yes,location=no,toolbar=no,scrollbars=yes');
   }

// ---
