function js_show_login_ui(controller) { var d; try { d = parent.frames[controller.folder_frame_name].document; } catch(e) { var f = parent.frames[controller.folder_frame_name]; f.location.href = 'cf_login_display.cfm'; return; } d.open(); d.write('' + ''+ ''+ ' '+ ''+ ' '+ ' '+ ''+ 'Login'+ ' '+ ' '); parent.frames[controller.code_frame_name].js_show_login_form(d); d.write(''+ ' '+ ''+ ''); d.close(); } function js_show_login_and_information_ui(controller, login_state) { var d; try { d = parent.frames[controller.folder_frame_name].document; } catch(e) { var f = parent.frames[controller.folder_frame_name]; f.location.href = 'cf_login_information_display.cfm'; return; } d.open(); d.write('' + ''+ ' '+ ''+ ' '+ ' '+ ''+ 'Login'+ ''+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ '
UTIPS Home
'+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ '
'+ ' '+ ' '+ ' '+ '
UTIPS News
'+ ''+ ''+ ''+ ''+ ''+ '
'+ '

'+ '
Attention: Educators
'+ 'Teachers, Administrators, and District Personnel
'+ 'We need your help!
'+ '
'+ '
'+ 'The Utah State Office of Education has'+ 'commissioned an evaluation for the improvement and expansion of UTIPS.
'+ '
'+ 'All teachers, administrators and district personnel who have'+ ' used UTIPS are invited to participate in an online survey.
'+ '
'+ 'Your feedback and suggestions are crucial to improving the UTIPS'+ ' program.
'+ '

'+ '
To participate in this'+ ' survey, [CLICK'+ 'HERE]
'+ '
'+ '
'+ ' '+ ' '+ ' '+ ' '+ ' '+ '
Mathematics
'+ ' Mathematics
Science
'+ ' Science
Language Arts
'+ ' Language Arts
'+ ' '+ ' '+ ' '+ '
'+ ' '+ '
'+ ' '); if(!login_state){parent.frames[controller.code_frame_name].js_show_login_form(d);} d.write(''+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ '
'+ ' '+ ' '+ ' '+ '
 Statistics and Information Center
'+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ '
'+ ' '+ ' '+ ' '+ '
UTIPS Development Information
'+ ' '+ ' '+ ' '+ ' '+ '
Development Feed Back Center:
'+ ' known bugs and issues
'+ ' '+ ' '+ ' '+ '
F.A.Q.
'+ ' '+ ' '+ ' '+ ' '+ '
Frequently Asked Questions:
'+ ' Common questions and answers here!
'+ ' '+ ' '+ ' '+ '
UTIPS Development Timeline
'+ ' '+ ' '+ ' '+ ' '+ '
UTIPS Timeline and information
'+ ' '+ ' '+ ' '+ '
'+ ' '+ ''+ ''); d.close(); } function js_show_login_form(d) { d.write('' + ''+ '
'+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ '
Login
'+ ' '+ ' '+ ' '+ '
'+ ' '+ ' '+ ' '+ '
Security
'+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ '
'+ '
Username:'+ '
'+ '
'+ ' '+ '
'+ '
Password:'+ '
'+ '
'+ ' '+ '
'+ ' '+ ' '+ ' '+ ' '+ ' '+ '
'+ ' Forgot password?'+ '
'+ ' '+ ' '+ ' '+ ' '+ '
'+ ' '+ '
'+ ''); }