function showimage() { av_path = "/images/phpbb/avatar/"; av = document.getElementById("avatar"); av_form = document.getElementById("user_avatar"); av.src=av_path + av_form.options[av_form.selectedIndex].value; //document.images.avatar.src='/images/phpbb/avatar/' + document.Register.user_avatar.options[document.Register.user_avatar.selectedIndex].value } function openwindow() { window.open( "","Help","toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=600,height=400"); } function giveSubjectFocus() { document.getElementById("forum_subject").select(); document.getElementById("forum_subject").focus(); } function giveMessageFocus() { document.getElementById("message").select(); document.getElementById("message").focus(); }