<!-- Begin
offMessage = "&nbsp;&nbsp;By moving mouse over menu item below, you can read a brief description here!"
message1 = "&nbsp;&nbsp;AWARD HOME. Index page of CLL Website Award Program. Here you can find also award graphics and a link to awards won by this site."
message2 = "&nbsp;&nbsp;PURPOSE. Here is written the mission and purpose of this AP. I hope, that this helps for understanding of the criteria and disqualification."
message3 = "&nbsp;&nbsp;ETHICS. This page includes, among other important ethical and legal information, an important agreement. Please, read carefully!"
message4 = "&nbsp;&nbsp;DISQUALIFICATION. This page contains a guiding list of disqualifiers of this AP. Please, read carefully!"
message5 = "&nbsp;&nbsp;CRITERIA. This page includes both basic and specific criteria. Please, read carefully!"
message6 = "&nbsp;&nbsp;SCORING. Here you can see the detailed scoring system of this AP."
message7 = "&nbsp;&nbsp;APPLICATION. This page includes also a self test. Please, fill the application form carefully! Difficult to manage with incomplete applications."
message8 = "&nbsp;&nbsp;WINNERS. This page includes 5 latest winners and winners of every month on separate pages. Please, follow the detailed navigation of this page!"
message9 = "&nbsp;&nbsp;STATUS. This page contains a list of current applications, which are under evaluation and also some statistics about applications, winners, etc."
message10 = "&nbsp;&nbsp;EVALUATOR. Here's information about the webmaster of this site and about his country with some (hopefully) useful links."
message11 = "&nbsp;&nbsp;AFFILIATIONS. This page contains a collection of ratings, classifications, affiliations and memberships of this AP and webmaster."
message12 = "&nbsp;&nbsp;RESOURCES. This page includes award, webmaster, design and graphic resources. Also gifts to this AP are listed here."

function boxOn(which,message) {
if (document.all||document.getElementById) {
which.className = 'BorderOn';
if (document.getElementById) {
document.getElementById("Message").innerHTML = message
}
else {
Message.innerHTML = message;
      }
   }
}
function boxOff(which) {
if (document.all||document.getElementById) {
which.className = 'BorderOff';
if (document.getElementById) {
document.getElementById("Message").innerHTML = offMessage
}
else {
Message.innerHTML = offMessage;
      }
   }
}
// End -->