content=	

			'<div id="auth"><div class="menu title"><img src="blank.gif" class="col" collaps="authors" alt="Свернуть секцию"></div>'+
			'<div class="menu">For authors</div>'+
			'<div class="menu_body" id="authors">'+
			'<a href=""   onClick="loadScript(\'instructions.php?type=Instructions\'); return false;">Instructions to Authors</a><br>   '+
			'<a href="/downloads/author_info.pdf" target="_blank">Load Instructions in PDF</a><br>   '+
			'<a href=""  onClick="loadScript(\'iframe.php?src=addSubmitter.php&h=700\'); return false;">Registration for authors</a><br>   '+

			'<FORM METHOD=POST ACTION="" onSubmit="if (document.getElementById(\'rememberPass\').checked) {setCookie(\'apass\', document.getElementById(\'apass\').value, getExpDate(180,0,0));} else {setCookie(\'apass\', \'\', getExpDate(180,0,0));};  setCookie(\'user\', document.getElementById(\'alogin\').value, getExpDate(180,0,0)); var apass = document.getElementById(\'apass\').value; loadScript(\'login.php?type=author&login=\'+document.getElementById(\'alogin\').value+\'&pass=\'+hex_md5(apass+\'\')+\'&remember=\'+document.getElementById(\'rememberPass\').checked); return false;">'+
				'Username:<br>'+
				'<input type="text" id="alogin" value=""><br>'+
				'Password:<br>'+
				'<input type="password" id="apass" value=""><br>'+
				'<INPUT TYPE="checkbox" NAME="" id="rememberPass" checked=""> Remember password<br>'+
				'<input type="submit" value="Login"><br><br>'+
				'<a href="" onclick="top.document.getElementById(\'sendpass\').style.display = \'\'; return false;">Forget your password?</a><br>'+
			'</form>'+
			'<div id=sendpass style="display: none;">'+
				''+
				'<form>'+
					'E-mail:<br>'+
					'<input type="text" ><br>'+
					'<input type="submit" value="Get password"><br><br>'+
				'</form>'+
			' </div></div></div>';


if (!authors){
	top.document.getElementById('left').innerHTML = content + top.document.getElementById('left').innerHTML;
	authors = true;
};

content = '<p align="justify">Starting  in 2005, Pleiades Publishing, Inc., the publisher of the English version of the journals, will conclude copyright transfer agreements with the authors of papers accepted for publication.<br> To simplify your interaction with the editorial board, please fill in the copyright transfer agreement - 2 copies and submit them together with the manuscript. <br> A copyright transfer agreement form can be downloaded at our site: </p> <blockquote> <p> - <a href="/downloads/copyright.zip">english version</a> (8.4 KB).</p> </blockquote> <p align="justify">The  copyright transfer agreement (2 copies) properly filled and signed can be submitted to the editorial board of the journal personally or: </p> <ul> <li>by post;</li> <li>by e-mail (PDF file) or fax; the original must be subsequently mailed by post. </li> </ul> <p>Publisher</p>';

top.document.getElementById('center').innerHTML = content;
document.body.style.cursor = 'default';
clearTimeout(timer);
top.document.getElementById('alogin').focus();