function init() {
  if (!styleEnabled()) return;
  
 makeElement('box1', '405', '70', '340', '#ffffff', '#ee9c68',
'<div id="araj">' +
'<FONT face="ARIAL" size=2 color=#000000>' +
'<b><center><u>Welcome to MATH CLUB!</u></center><br>' +
'A Mathematical Club for young minds ages 12-15 is now on-line. ' +
'MATH CLUB is aimed at people interested in math, or students who are preparing for ' +
'tests and exams. <br>To join our Math Club society, all you have to do is choose ' +
'LOGIN and fill out the form. After that you will get an account, where you will be ' +
'able to test your knowledge and also take part in our league of Math Club ' +
'Mathematicians. If you are a teacher and want to join Math Club, choose TEACHER ' +
'and fill in the application form. You will gain access after data is screened.' +
'</b></div></font>'
);

makeElement('box2', '160', '250', '240', '#ffffff', '#ee9c68',
'<div id="araj">' +
'<FONT face="ARIAL" size=2 color=#000000>' +
'<b><center><u>No Login</u></center><br>' +
'If you do not want to create an account, you can always try to ' +
'solve some mathematical problems. To try problems without a login ' +
'name, just click on PROBLEMS on the menu.' +
'</b></div></font>'
);

makeElement('box3', '405', '325', '340', '#ffffff', '#ee9c68',
'<div id="araj">' +
'<FONT face="ARIAL" size=2 color=#000000>' +
'<b><center><u>ThinkQuest</u></center><br>' +
'For assesment of this site special accounts were created: ' +
'students: tqstudent and teachers: tqteacher.' +
'</b></div></font>'
);

}
init();