


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\"> Creative Transitions is owned and operated by Barbara Rodgers</br>")
	document.write("Original Artwork is owned by CreativeTransitions and cannot be copied, reproduced or duplicated in any manner</font></strong></em></td></tr></table>");
	
	
	document.write("</td></tr>");	 

	document.write("</table>");
	document.write("<p align = \"center\" style=\"color:#000000;\" >Visitor Number: ");
document.write("<!-- BEGIN: Powered by eWebCounter.com --> ");
document.write("<script type=\"text/javascript\" language=\"javascript\"> ");
document.write("var wc_project=71793; ");
document.write("var wc_version=1; ");
document.write("var wc_graphic=1; ");
document.write("</script> ");
document.write("<script type=\"text/javascript\" language=\"javascript\" src=\"http://www.ewebcounter.com/include/track.js\"></script> ");
document.write("<noscript><a href=\"http://www.ewebcounter.com/\" target=\"_blank\"><img src=\"http://www.ewebcounter.com/track.jsp?project_id=71793\" alt=\"Free Real-time Web Counter and Statistics\" border=\"0\" /></a></noscript> ");
document.write("<!-- END: Powered by eWebCounter.com --> ");

}

// 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("<table class=\"footer\" align = \"center\"  ><tr><td align = \"center\"> <em><strong><color = \"ffffff\"> Creative Transitions is owned and operated by Barbara Rodgers</br>")
	document.write("Original Artwork is owned by CreativeTransitions and cannot be copied, reproduced or duplicated in any manner</font></strong></em></td></tr></table>");
	document.write("</table>");
	document.write("</td></tr>");	 

	document.write("</table>");
	document.write("<p align = \"center\" style=\"color:#000000;\" >Visitor Number: ");
document.write("<!-- BEGIN: Powered by eWebCounter.com --> ");
document.write("<script type=\"text/javascript\" language=\"javascript\"> ");
document.write("var wc_project=71793; ");
document.write("var wc_version=1; ");
document.write("var wc_graphic=1; ");
document.write("</script> ");
document.write("<script type=\"text/javascript\" language=\"javascript\" src=\"http://www.ewebcounter.com/include/track.js\"></script> ");
document.write("<noscript><a href=\"http://www.ewebcounter.com/\" target=\"_blank\"><img src=\"http://www.ewebcounter.com/track.jsp?project_id=71793\" alt=\"Free Real-time Web Counter and Statistics\" border=\"0\" /></a></noscript> ");
document.write("<!-- END: Powered by eWebCounter.com --> ");

}


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>");

}
