var Top = new Array(13);
var i = new Number(0);

Top[i++] ='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
Top[i++] ='<html><head><title>' + Maintitle + '</title>';
Top[i++] ='<meta http-equiv="Content-Type" content="text/html;';
Top[i++] =' charset=iso-8859-1">';
Top[i++] ='<link href="http://vincentfordyce.com/resource/subpage.css" ';
Top[i++] ='rel="stylesheet" type="text/css"></head>';
Top[i++] ='<body bgcolor="#444444" topmargin="0" leftmargin="0"';
Top[i++] =' rightmargin="0"  bottommargin="0"  marginheight="0"';
Top[i++] =' marginwidth="0">';
Top[i++] ='<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>';
Top[i++] ='<td background="http://vincentfordyce.com/images/endcap.jpg"';
Top[i++] =' height="120" width="57" valign="top">';
Top[i++] ='<img src="http://vincentfordyce.com/images/endcap.jpg">';
Top[i++] ='</td><td background="/images/background.jpg" width="147"';
Top[i++] ='valign="top"><a href="http://vincentfordyce.com"><img '; 
Top[i++] ='src="http://vincentfordyce.com/images/home.jpg" border="0"></a>';
Top[i++] ='</td><td id="title"';
Top[i++] =' background="http://vincentfordyce.com/images/background.jpg"';
Top[i++] =' width="100%">' + Maintitle;
Top[i++] ='</td></tr><tr><td colspan="3" align="center" id="menu">';
Top[i++] ='<a href="http://vincentfordyce.com/about.html">About</a>&nbsp; ';
Top[i++] ='<a href="http://vincentfordyce.com/contact.html">Contact</a>&nbsp; ';
Top[i++] ='<a href="http://vincentfordyce.com/gallery.html">Galleries</a>';
Top[i++] ='&nbsp; ';
Top[i++] ='<a href="http://vincentfordyce.com/links.html">Links</a> &nbsp; ';
Top[i++] ='</td></tr></table>';

var page = new String();

for (i = 0; i <= Top.length-1; i++) {
 page = page + Top[i];
}

document.write(page);

/*Content </td></tr></table></body></html> */