var relpath='';
function PrintPageTop(title,path){
    title=title || 'The Database Research Group';
    path=path || '';
    relpath=path;    
    var links=[
    ['Home','index.html'],
    ['People','people.html'],
    ['Research','research.html'],
    ['Publications','publications.html'],
    ['Software','software'],
    ['News','news.html'],
    ['Search','search.html'],
    ['Contact Us','contact.html']
    ];
    document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>'+title+'</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <link rel="stylesheet" href="'+path+'db.css" type="text/css"> <table width="900px" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="f4f4f4"> <tr> <td valign="middle" bgcolor="6a0000"><table width="90%" align="center" cellpadding="0" cellspacing="0"> <tr> <td><span class="small"><!--Thursday, 25 October 2007</span>--></td> </tr> </table> </td> <td height="20" bgcolor="6a0000">&nbsp;</td> <td height="20" bgcolor="6a0000">&nbsp;</td> </tr> <tr> <td width="128" valign="top" bgcolor="#7a0000"> <img width="128" border="0" src="'+path+'images/db_logo.png" /> </td> <td valign="top" bgcolor="7a0000"> <table width="95%" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"> <span style="color: #ffffff; font-size: 25px;"> Database Research Group<br /> <span style="font-size: 14px"> Dept of Computer Science and Engineering<br /> The Ohio State University </span> </span> </td> </tr> </table> </td> <td width="128" valign="top" background="images/top_sides.gif"></td> </tr> <tr> <td height="100%" valign="top" bgcolor="d2d2d2"> <div align="center"> <table width="95%" cellspacing="0" cellpadding="0"> <tr> <td style="font-size: 16px;"> <br /><br /> <table cellpadding="0" cellspacing="0" class="moduletable"> <tr> <td> <table class="sidemenu" width="100%" border="0" cellpadding="0" cellspacing="0">');
for (var i=0; i<links.length; i++){
    document.write('<tr align="left"><td><a href="'+path+links[i][1]+'" class="mainlevel">'+links[i][0]+'</a></td></tr>');   
}
document.write('</table> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p></td> </tr> </table> </td> </tr> </table> </div></td> <td height="100%" valign="top" bgcolor="ffffff"> <table width="95%" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"> <table class="blog" cellpadding="0" cellspacing="0"><tr><td valign="top"><div> <table class="contentpaneopen"> <tr> <td class="contentheading" width="100%">'+title+'</td> </tr> </table>');
}
function PrintPageBottom(){
    document.write('</div></td></tr></table><p>&nbsp;</p> <div class="back_button"> <a href="javascript:history.go(-1)"> [ Back ] </a> </div> </td> </tr> </table> </td> <td valign="top" bgcolor="e1e1e1" ></td> </tr> <tr> <td bgcolor="6a0000">&nbsp;</td> <td height="21" bgcolor="6a0000"><div align="center"></div></td> <td height="21" bgcolor="6a0000">&nbsp;</td> </tr> </table> </body> </html>');
}