// function for displaying rules of photo competition in the new window
// it is used in the user registration form
function showRules() {

   window.open("/html/rules.html", "Rules", "menubar=no,width=430,height=360,toolbar=no,scrollbars=yes");
}

