/*
Author: Derek Harne
Date: 2-9-10
File Name: header.js
Description: Lakes Area Charter School CCL Header Javascript
Last Modified: 3-5-10
*/

/*Top of Page Declaration*/
document.write('<a name="top"></a>');

/*Header Table and Graphics*/
document.write('<table border="0" cellspacing="0" cellpadding="0" width="780" align="center">')
document.write('<tr>')
document.write('<td rowspan="3" width="133" valign="middle" align="center" bgcolor="#000132"><font color="#FFFFFF"><img src="assets/new_logo.png" border="0"></font></td>')
document.write('<td width="42"><img src="assets/pageslices2.jpg" width="42" border="0"></td>')
document.write('<td width="605" background="assets/pageslices3.jpg" valign="middle" align="center">')
document.write('<p><font size="+2" color="#FFFFFF"><strong>Lakes Area Charter School</strong></font></p>')
document.write('</td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td width="42"><img src="assets/pageslices4.jpg" width="42" border="0"></td>')
document.write('<td width="605"><img src="assets/pageslices5.jpg" width="605" border="0"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td width="42"><img src="assets/pageslices6.jpg" width="42" border="0"></td>')
document.write('<td rowspan="2" width="605" background="assets/pageslices7.jpg">')

/* Banner */
document.write('<marquee scrolldelay="100">Welcome to Lakes Area Charter School</marquee>')

document.write('</td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td width="133"><img src="assets/pageslices8.jpg" width="133" border="0"></td>')
document.write('<td width="42"><img src="assets/pageslices9.jpg" width="42" border="0")</td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td width="133"><img src="assets/pageslices10.jpg" width="133" border="0"></td>')
document.write('<td width="42"><img src="assets/pageslices11.jpg" width="42" border="0"></td>')
document.write('<td width="605"><img src="assets/pageslices12.jpg" width="605" border="0"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td colspan="2" width="175" valign="top" align="left">')
document.write('<div align="center">')
document.write('<table border="0" cellpadding="0" cellspacing="0" width="175" align="center">')
document.write('<tr>')
document.write('<td><img border="0" src="assets/pageslices13.jpg" height="21" width="175"></td>')
document.write('</tr>')
document.write('</table>')
document.write('</table>')

/*Navigation Menu*/
/*document.write('<hr width="780">')*/
document.write('<p align="center"><strong><h4><div align="center"><a href="index.html">Home</a> | <a href="about.html">About Us</a> | <a href="faq.html"> Frequently Asked Questions</a> | <a href="transportation.html">Transportation</a> | <a href="staff.html">Staff</a> | <a href="student_spotlight.html">Student Spotlight</a> | <a href="helpful_links.html">Helpful Links</a> | <a href="contact.html">Contact Us</a></div></h4></strong></p>')
document.write('<hr width="780">')
/*End Navigation Menu*/