


function buildStartFormat()
{
	document.write("<table align=\"center\" width=\"800\" class = \"main\" cellpadding = \"30\" >");
	document.write("<tr><td>");

}

function buildEndFormatSave()

{
	document.write("<table align = \"center\" style=\"color:#000000;\" ><tr><td align = \"center\"> <em><strong><color = \"ffffff\"> Web Hosting n Design is owned and operated by Christopher L. Kraemer</br>")
	document.write("</strong></em></td></tr></table>");
	
	
	document.write("</td></tr>");	 

	document.write("</table>");

}

// i need this function with the 'div' in presup.php... the 'end format' does not display below, but to the right of the presup
// pictures... 
function buildEndFormat()

{
	
	
	document.write("</td></tr>");	 
	document.write("<tr><td>");
	document.write("<p align = \"center\">");
  document.write("  <a href=\"http://validator.w3.org/check?uri=referer\"><img");
  document.write("      src=\"http://www.w3.org/Icons/valid-xhtml10\"");
  document.write("      alt=\"Valid XHTML 1.0 Transitional\" height=\"31\" width=\"88\" /></a>");
  document.write("</p>");

//document.write("<table class=\"footer\" align = \"center\"  ><tr><td align = \"center\"> <font size = \"-2\"><em><color = \"ffffff\"> Web Hosting n Design is owned and operated by Chris Kraemer</br>")
//	document.write("</em></font></td></tr></table>");
//	document.write("</table>");
	document.write("</td></tr>");	 

	document.write("</table>");


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


try {
var pageTracker = _gat._getTracker("UA-16178749-1");
pageTracker._trackPageview();
} catch(err) {}

}


function buildPopupStartFormat()
{
	document.write("<table align=\"center\" width=\"80%\" class = \"main\" cellpadding = \"10\" >");
	document.write("<tr><td>");

}

function buildPopupEndFormat()

{
	document.write("<center>");
	document.write("<form>");
	document.write("<input type=button value=\"Close This Window\" onClick=\"javascript:window.close();\"> ");
	document.write("</form>");
	document.write("</center>");

	document.write("</td></tr>");	  
	document.write("</table>");

}
