header = 
"	<META NAME=\'Generator\' CONTENT=\'EditPlus 1.2\'>" +
"	<META NAME=\"Author\" CONTENT=\"Michael Danzo - cremated design\">" +
"	<META NAME=\"Keywords\" CONTENT=\"cremated, design, design, graphics, mapping, photography, halflife, half-life, counterstrike, hlrally, coding, modelling, crem, rally, cars, guns, ammo\">" +
"	<TITLE> cremated design - a burning desire for accension</TITLE>" +
"	<META NAME=\"Description\" CONTENT=\"The official web site of cremated design! Game Mapping, Art, Design, and Cool Commentry to boot!\">" +
"\n\n";

hr  = "<BR><IMG SRC=\"site/hr.gif\"  WIDTH=600 HEIGHT=9 BORDER=0><BR>"
hr2 = "<BR><IMG SRC=\"site/hr2.gif\" WIDTH=600 HEIGHT=9 BORDER=0><BR>"

function f_HR() { document.write (hr); }

menu =
hr +
"	<B><A HREF=\"index.html\">home</A> &nbsp; <A HREF=\"maps.html\">maps</A> &nbsp; " + 
"   <A HREF=\"design.html\">design</A> &nbsp; <A HREF=\"contact.html\">contact</A></B>" +
hr2 +
"\n\n";

//<A HREF=\"photo.html\">photography</A> &nbsp;
//<A HREF=\"lan/\">LAN</A> &nbsp;

table = 
"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=600 HEIGHT=100% ALIGN=CENTER>" +
"<TR><TD VALIGN=TOP ALIGN=LEFT WIDTH=600><IMG src=\"site/cremated_title.jpg\" width=600 height=85 border=0 ALT=\"cremated design - A burning desire for accension\">" +
"<BR></TD></TR><TR><TD VALIGN=TOP ALIGN=CENTER>" + 
menu + 
"</TD></TR>" +
"<TR><TD VALIGN=TOP ALIGN=LEFT HEIGHT=50%>"+
"\n\n";


//"<TR><TD VALIGN=TOP ALIGN=RIGHT><B><I><FONT FACE=\"Times New Roman\" SIZE=+1>a burning desire for accension</FONT></I></B></TD></TR>" +


f1 =
"	</TD></TR>\n"+
"   <TR><TD VALIGN=TOP ALIGN=CENTER>"+ 
"\n\n";

f2 =
"</TD></TR>"+
"	<TR><TD>For your viewing pleasure we recommend the following (for Windows users):<BR><BR>"+
"	<TABLE border=0 cellspacing=0 width=100%><TR><TD valign=top>"+
"	  Minimum screen resolution for viewing this site: <LI>640x480 256 Color <BR>"+
"	</TD><TD valign=top>"+
"	  Web Browser: <LI>Mozilla Firefox recommended."+
"	  <LI>Netscape Navigator 3.01 or higher."+
"	  <LI>Internet Exploder 4 or higher.<BR>"+
"	</TD></TR></TABLE> <BR>"+
"	Email: <A HREF=\"mailto:creme@hlrally.net\">creme@hlrally.net</A><BR>"+
"	Written and Produced by Michael Danzo.<BR>"+
"	Copyright &copy; 1998-2010 by Cremated Design<BR><BR>"+
"</TD></TR></TABLE>"+
"\n\n";


footer = f1 + menu + f2;
footer_no_menu = f1 + hr + f2;
