if(navigator.userAgent.indexOf("MSIE")>0){
document.write('<OBJECT id="_ocx_password1" tabindex="3" classid="CLSID:3A2C8BC3-5B68-4AE5-81D6-6DC378708F3E" onkeydown="if(13==event.keyCode || 27==event.keyCode)mySubmit();"  codebase="./PassGuardCtrl.cab#version=1,0,0,6" class="reg-input">');
document.write('<param name="edittype" value="0">');
document.write('<param name="input1" value="">');
document.write('<param name="maxlength" value="20">');
document.write('<param name="input2" value="[a-zA-Z0-9]*">');
document.write('<param name="input3" value="[a-zA-Z0-9]{6,20}">');
document.write('</OBJECT>');
}else{
	document.write('<embed id="_ocx_password1" type="application/x-pass-guard" width=200 height=25>');
}
