// JavaScript Document

function topWindow(){
popup = window.open("http://www.fresno.k12.ca.us/intranet.html","","height=80,width=220,scrollbars=no");
}

	document.writeln('<table width=125 align=center cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF">');
	document.writeln('<tr>');
	document.writeln('<td valign=top align=Left  class="left">');
	document.writeln('<table width="100%" bgcolor="#FFFFFF" cellpadding=5 cellspacing=0 border=1 bordercolor="#000066">');
	document.writeln('<tr>');
	document.writeln('<td class="linkheader" bgcolor="#000066" align=center>Quick Links</td>');
	document.writeln('</tr><tr>');
	document.writeln('<td class="left">');


	document.writeln('<a href="http://www.fresno.k12.ca.us/directory.html">Department Directory</a><br>');
    document.writeln('<img src="http://www.fresno.k12.ca.us/pictures/line.gif" alt="spacer" width="120" height="10" border="0"><br>');

document.writeln('<a href="http://hr.fresno.k12.ca.us">Employment</a><br>');
	document.writeln('<img src="http://www.fresno.k12.ca.us/pictures/line.gif" alt="spacer" width="120" height="10" border="0"><br>');

document.writeln('<a href="http://intranet.fresno.k12.ca.us">FUSD Intranet</a> ');
document.writeln('<a href="#" onClick="topWindow();"><img src="http://www.fresno.k12.ca.us/pictures/lock.gif" alt="Employees Only" width="15" height="15" border="0" align="absmiddle"></a><br>');
document.writeln('<img src="http://www.fresno.k12.ca.us/pictures/line.gif" alt="spacer" width="120" height="10" border="0"><br>');

document.writeln('<a href="http://www.fresno.k12.ca.us/links.html">Links</a><br>');
	document.writeln('<img src="http://www.fresno.k12.ca.us/pictures/line.gif" alt="spacer" width="120" height="10" border="0"><br>');
	
document.writeln('<a href="http://www.fresno.k12.ca.us/handbook.html">Parent Handbook</a><br>');

	document.writeln('<img src="http://www.fresno.k12.ca.us/pictures/line.gif" alt="spacer" width="120" height="10" border="0"><br>');
document.writeln('<a href="http://www.fresnounified.org/boundaries/Pages/default.aspx">School Boundaries</a><br>');

	document.writeln('<img src="http://www.fresno.k12.ca.us/pictures/line.gif" alt="spacer" width="120" height="10" border="0"><br>');


document.writeln('<img src="http://www.fresno.k12.ca.us/pictures/new2.gif" border="0" align="absmiddle"> <a href="http://www.fresno.k12.ca.us/pdf/2010-11-final-academic-calendar.pdf" target="_blank">2010-11 School Calendar</a> <br><br>');


document.writeln('<img src="http://www.fresno.k12.ca.us/pictures/new2.gif" border="0" align="absmiddle"> <a href="http://www.fresno.k12.ca.us/pdf/Furlough Days Notice final.pdf" target="_blank">Furlough Days Notice</a> <br>');
	document.writeln('</td></tr></table>');
	document.writeln('</td></tr></table>');
	

