For editing the template to make it more readable it is recommended to replace the symbol of tabulation "\t" with the symbol of new line "\n". Before saving the the changes please do not forget reverse the symbol "\n" to "\t". This temlates is written with the javascript function "document.write()". Because of it it has some restrictions: 1. Do not use the symbol "\n"; 2. Do not use HTML-comments, i.e. combinations of ""; 3. Do not use the symbol of single quote, if it is needed to pass a string value to JavaScript use \' instead of ';(DO NOT REMOVE!)