// Header for the TelegraphCQ home page
// (hack to get around the lack of server-side includes)

document.write('\
<head>\
<meta http-equiv="Content-Language" content="en-us">\
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\
<link rel="icon" href="http://telegraph.cs.berkeley.edu/favicon.ico"\
type="image/x-icon" />\
<link rel="shortcut icon" href="http://telegraph.cs.berkeley.edu/favicon.ico" \
type="image/x-icon" />\
\
<!-- Script to fix transparent PNGs in IE -->\
<!--[if lt IE 7.]>\
<script defer type="text/javascript" src="pngfix.js"></script>\
<![endif]-->\
\
<!-- TCQ site stylesheet -->\
<link REL="stylesheet" TYPE="text/css" href="tcq.css">\
\
<!-- Begin nifty rounded corners (see http://www.html.it/articoli/nifty) -->\
<link rel="stylesheet" type="text/css" href="niftyCorners.css">\
<link rel="stylesheet" type="text/css" href="niftyPrint.css" media="print">\
<script type="text/javascript" src="nifty.js"></script>\
<script type="text/javascript">\
window.onload=function(){\
if(!NiftyCheck())\
    return;\
RoundedTop("div#header","rgb(31,14,103)","rgb(247,222,88)");\
RoundedBottom("div#content","rgb(31,14,103)","rgb(128,141,255)");\
}\
</script>\
<!-- END nifty rounded corners -->\
\
<SCRIPT LANGUAGE="JavaScript">\
<!-- Begin script for changing the TCQ logo on mouseover\
image1 = new Image();\
image1.src = "images/tcq_logo_lit.png";\
// End -->\
</script>\
\
<title>The Telegraph Project at UC Berkeley</title>\
</head>\
<body>\
\
<div id="header">\
<table>\
<tr>\
<td>\
    <img name="logo" border="0" src="images/tcq_logo.png"\
        onmouseover="logo.src=\'images/tcq_logo_lit.png\'"\
        onmouseout="logo.src=\'images/tcq_logo.png\'">\
</td>\
<td width=100></td>\
<td align=right>\
    Adaptive Dataflow for Querying Streams, the Deep Web, and Beyond\
</td>\
<td width=8/>\
</tr>\
</table>\
</div>\
<div id="content">\
<table style="margin: 0pt 5pt;">\
<tr>\
<td width=200 valign="top" style="font-size: 18; line-height: 18pt">\
    <!-- Menu-->\
    <a class="menu" href="index.html">Home</a><br>\
    <a class="menu" href="about.html">About</a><br>\
    <a class="menu" href="software.html">Software</a><br>\
    <a class="menu" href="tech.html">Technology</a><br>\
    <a class="menu" href="press.html">Press Coverage</a><br>\
    <a class="menu" href="related.html">Related Projects</a><br>\
    <a class="menu" href="papers.html">Research Papers</a><br>\
    <a class="menu" href="people.html">People and Support</a><br>\
</td>\
<td valign="top">\
');

