var writeLeftNav = '';

writeLeftNav +='<div align="center">';
writeLeftNav +='<form name="dd1">';
writeLeftNav +='<select name="selectedLink" onChange="quickLink(this.form)">';
			writeLeftNav +='<option value="" selected>---Quick Link---';
			writeLeftNav +='<option value="http://www.blackboard.zanestate.edu/">Blackboard Access';
			writeLeftNav +='<option value="https://webmail.zanestate.edu/gw/webacc">Email Access';
			writeLeftNav +='<option value="https://my.zanestate.edu/ics/Academics/">Academic Calendar';
			writeLeftNav +='<option value="http://www.zanestate.edu/communityed.htm">Community Education';
			writeLeftNav +='<option value="https://my.zanestate.edu/ics/Portal_Homepage.jnz?portlet=Course_Schedules&screen=Advanced+Course+Search&screenType=next">Course Schedule';
			writeLeftNav +='<option value="http://www.zanestate.edu/employeedirectory.htm">Employee Directory';
			writeLeftNav +='<option value="http://www.zanestate.edu/financialaid.htm">Financial Aid';
			writeLeftNav +='<option value="http://www.zanestate.edu/humanresources.htm">Human Resources';
			writeLeftNav +='<option value="http://www.zanesville.ohiou.edu/zcl/">Campus Library';
			writeLeftNav +='<option value="http://bookstore.zanestate.edu/">Online Bookstore';
			writeLeftNav +='<option value="https://aix1.zanestate.edu:9040/cgi-bin/public/ZStrnscrpt.cgi">Transcript Request';
			writeLeftNav +='<option value="https://aix1.zanestate.edu:9040/cgi-bin/public/workshops.cgi">Workshop Schedule';
			writeLeftNav +='<option value="http://www.zanestate.edu/wptc.htm">Willett-Pratt Training Center';
			<!-- writeLeftNav +='<option value="http://www.zanestate.edu/zbit/">Behavioral Incident Report Form'; -->
			writeLeftNav +='<option value="https://zbit.zanestate.edu/zbit/default1.aspx">Behavioral Incident Report Form';
								
		writeLeftNav +='</select>';
		writeLeftNav +='</form>';
		
document.writeln(writeLeftNav)