
var pageTitle;
var teamName = "DON'T GET ANGRY! 3";

function printHeader(page)
	{
	document.write('<BR>\n');
	document.write('<CENTER>\n');
	document.write('<object type="application/x-shockwave-flash" data="../flash/waves_long.swf" width="100%" height="60"> <param name="scale" value="exactFit" /><param name="movie" value="flash/waves.swf" /> <param name="wmode" value="transparent" /> </object>');
	document.write('</CENTER>\n');

	document.write('<BR>\n');
	
	document.write('<TABLE ALIGN="CENTER" WIDTH="80%" HEIGHT="80%"><TR><TD>\n');
	document.write('<TABLE WIDTH="100%" CELLPADDING="2" CELLSPACING="0" CLASS="forumline">\n');
	document.write('<thead><CAPTION><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%" CLASS="forumheader"><TR>\n');

	if (page == "splash")
		{
		pageTitle = "DON'T GET ANGRY! 3";
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid" STYLE="background: url(../images/hdr_mid_selected.gif) left bottom repeat-x;">&nbsp;&nbsp;Welcome </TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}
	else
		{
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid"><A HREF="index.html">Welcome</A></TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}

	if (page == "desc")
		{
		pageTitle = "DAS SPIEL";
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid" STYLE="background: url(../images/hdr_mid_selected.gif) left bottom repeat-x;"><NOBR>&nbsp;&nbsp;The Game</NOBR></TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}
	else
		{
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid"><A HREF="description.html"><NOBR>The Game</NOBR></A></TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}

	if (page == "gameplay")
		{
		pageTitle = "GAMEPLAY";
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid" STYLE="background: url(../images/hdr_mid_selected.gif) left bottom repeat-x;">&nbsp;&nbsp;Gameplay</TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}
	else
		{
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid"><A HREF="gameplay.html">Gameplay</A></TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}

	if (page == "features")
		{
		pageTitle = "FEATURES";
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid" STYLE="background: url(../images/hdr_mid_selected.gif) left bottom repeat-x;">&nbsp;&nbsp;New Features</TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}
	else
		{
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid"><A HREF="features.html">New Features</A></TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}

	if (page == "media")
		{
		pageTitle = "MEDIA";
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid" STYLE="background: url(../images/hdr_mid_selected.gif) left bottom repeat-x;">&nbsp;&nbsp;Videos & Screenshots</TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}
	else
		{
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid"><A HREF="media.html">Videos & Screenshots</A></TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}

	if (page == "order")
		{
		pageTitle = "ORDER";
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid" STYLE="background: url(../images/hdr_mid_selected.gif) left bottom repeat-x;">&nbsp;&nbsp;Download</TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right_selected.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}
	else
		{
		document.write('<TD ALIGN="LEFT"   VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_left.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		document.write('<TD ALIGN="CENTER" CLASS="forumheader-mid"><A HREF="order.html">Download</A></TD>\n');
		document.write('<TD ALIGN="RIGHT"  VALIGN="BOTTOM" WIDTH="25"><IMG SRC="../images/hdr_right.gif" WIDTH="25" HEIGHT="27" ALT="" /></TD>\n');
		}

	document.write('</TR></TABLE></CAPTION></thead>\n');
	document.write('<tbody><TR>\n');
	document.write('<TH WIDTH="100%" COLSPAN="2">\n');
	document.write('</TH></TR></tbody>');
	document.write('</TABLE>\n');

	}
	
	
function printCopyright()
	{
	document.write('<BR><CENTER><SPAN CLASS="gensmall"><IMG SRC="../images/logo.gif"><BR>&copy; 2010</SPAN></CENTER><BR>\n');
	}

function printFooter()
	{
	document.write('</TD></TR></TABLE></P><BR>\n');
	}
	
	