document.write('<div id="authChildDiv1" style="position:absolute; display:none; width:100%; height:100%; z-index:9999998; left:0px; top:0px; background-color:#000000;" class="opacity50"></div>');

document.write('<div id="authChildDiv2" style="position:absolute; display:none; width:100%; height:100%; z-index:9999999; left:0px; top:0px;">');
document.write('<table width="100%" height="100%" border="0">');
document.write('<tr>');
document.write('<td align="center" valign="middle" width="100%" height="100%">');
document.write('	<table cellpadding="2" cellspacing="0" border="0" width="320" height="240" style="background-color:#FFFFFF;" class="borderblack">');
document.write('	<tr><td align="center" valign="middle">');

document.write('	<form id="authForm" method="post">');
document.write('	<table cellpadding="4" cellspacing="0" border="0">');
document.write('	<tr><td align="right">E-mail:</td><td><input type="text" name="email" value=""></td></tr>');
document.write('	<tr><td align="right">' + define_header_password + ':</td><td><input type="password" name="pass" value=""></td></tr>');
document.write('	<tr><td align="center" colspan="2"><a href="#" onClick="passgen(); return false;">' + define_header_fpassword + '</a></td></tr>');
document.write('	<tr><td align="center" colspan="2">');
document.write('		<div style="padding-top:20px;">');
document.write('	        <table cellpadding="4" cellspacing="0" border="0">');
document.write('		<tr><td><input type="button" value="' + define_header_nextbutton + ' &raquo;" onClick="authFormSubmit();"></td><td><input type="button" value="' + define_header_cancelbutton + '" onClick="authFormCancel();"></td></tr>');
document.write('	        </table>');
document.write('	        </div>');
document.write('	</td></tr>');
document.write('	</table>');
document.write('	</form>');

document.write('	<div id="loadingGifAuth" style="display:none;"><p><img src="/templates/img/loading.gif" width="16" height="16" style="display:inline;"> ' + define_header_loading + '...</p></div>');

document.write('	</td></tr>');
document.write('	</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
