function SecureCartFooter(upper, lower)
{
	if(upper == null)
		upper = "5";
	if(lower == null)
		lower = "5";
		
	document.write(''+
	'<IMG SRC="https://id34.securedata.net/laseredmemories/product/images/dot_clear.gif" WIDTH="600" HEIGHT="'+ upper +'" BORDER="0" ALT=""><BR>		'+	
	'<IMG SRC="https://id34.securedata.net/laseredmemories/product/images/dot_lt_blue.gif" WIDTH="600" HEIGHT="1" BORDER="0" ALT=""><BR>		'+	
	'<TABLE WIDTH="600" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="center">					'+
	'<TR>																							'+
	'	<TD WIDTH="600" HEIGHT="1">																	'+
	'		<IMG SRC="https://id34.securedata.net/laseredmemories/product/images/dot_clear.gif" WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></TD>	'+
	'</TR>																							'+
	'<TR>																							'+
	'	<TD ALIGN="center">																			'+
	'		<FONT FACE="Geneva,Arial,Helvetica,sans-serif" SIZE="2" COLOR="#D5BD91">				'+
	'		<A HREF="http://www.laseredmemories.com/product/"><FONT SIZE="2">Products Main</FONT></A> |							'+
	'		<A HREF="http://www.laseredmemories.com/product/shapes.shtml"><FONT SIZE="2">Shapes·Figures</FONT></A> |				'+
	'		<A HREF="http://www.laseredmemories.com/product/sculptures.shtml"><FONT SIZE="2">Sculptures</FONT></A> |				'+
	'		<A HREF="http://www.laseredmemories.com/product/plaques.shtml"><FONT SIZE="2">Plaques·Clocks</FONT></A> |				'+
	'		<A HREF="http://www.laseredmemories.com/product/awards.shtml"><FONT SIZE="2">Awards·Trophies</FONT></A> |				'+
	'		<A HREF="http://www.laseredmemories.com/product/econ_awards.shtml"><FONT SIZE="2">Economy</FONT></A></TD>				'+
	'</TR>																							'+
	'</TABLE>																						'+
	'<IMG SRC="https://id34.securedata.net/laseredmemories/product/images/dot_clear.gif" WIDTH="600" HEIGHT="3" BORDER="0" ALT=""><BR>			'+	
	'<IMG SRC="https://id34.securedata.net/laseredmemories/product/images/dot_lt_blue.gif" WIDTH="600" HEIGHT="1" BORDER="0" ALT=""><BR>		'+
	'<IMG SRC="https://id34.securedata.net/laseredmemories/product/images/dot_clear.gif" WIDTH="600" HEIGHT="'+ lower +'" BORDER="0" ALT=""><BR>		');
}

function LastItemFooter(upper_space, lower_space)
{
	if(upper_space == null) // Assign a default pixel size to "lower_space".
		upper_space = "3";
	if(lower_space == null) // Assign a default pixel size to "lower_space".
		lower_space = "1";
		
	document.write(''+
	'<IMG SRC="/product/images/dot_clear.gif" WIDTH="600" HEIGHT="30" BORDER="0" ALT=""><BR>						'+	
	'<IMG SRC="/product/images/dot_lt_blue.gif" WIDTH="600" HEIGHT="1" BORDER="0" ALT=""><BR>						'+	
	'<TABLE WIDTH="600" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="center">									'+
	'<TR>																											'+
	'	<TD WIDTH="600" HEIGHT="3">																					'+
	'		<IMG SRC="/product/images/dot_clear.gif" WIDTH="1" HEIGHT="'+ upper_space +'" BORDER="0" ALT=""></TD>	'+
	'</TR>																											'+
	'<TR>																											'+
	'	<TD ALIGN="center" VALIGN="top">																			'+
	'		<FONT FACE="Geneva,Arial,Helvetica,sans-serif" SIZE="2" COLOR="#D5BD91">								'+
	'		<A HREF="/product/"><FONT SIZE="2">Products Main</FONT></A> |											'+
	'		<A HREF="/product/shapes.shtml"><FONT SIZE="2">Shapes·Figures</FONT></A> |								'+
	'		<A HREF="/product/sculptures.shtml"><FONT SIZE="2">Sculptures</FONT></A> |								'+
	'		<A HREF="/product/plaques.shtml"><FONT SIZE="2">Plaques·Clocks</FONT></A> |								'+
	'		<A HREF="/product/awards.shtml"><FONT SIZE="2">Awards·Trophies</FONT></A> |								'+
	'		<A HREF="/product/econ_awards.shtml"><FONT SIZE="2">Economy</FONT></A></TD>								'+
	'</TR>																											'+
	'</TABLE>																										'+
	'<IMG SRC="/product/images/dot_clear.gif" WIDTH="600" HEIGHT="'+ lower_space +'" BORDER="0" ALT=""><BR>			');
}

function ItemDoubleLine(upper_space, lower_space)
{
	if(upper_space == null) // Assign a default pixel size to "lower_space".
		upper_space = "1";
	if(lower_space == null) // Assign a default pixel size to "lower_space".
		lower_space = "1";
		
	document.write(''+
	'<TABLE WIDTH="512" BORDER="0" CELLSPACING="0" CELLPADDING="0">														'+
	'<TR>																												'+
	' 	<TD>																											'+
	'		<FONT FACE="Geneva,Arial,Helvetica,sans-serif" SIZE="2">													'+
	'		<IMG SRC="/product/images/dot_clear.gif" WIDTH="600" HEIGHT="'+ upper_space +'" BORDER="0" ALT=""><BR>		'+
	'		<IMG SRC="/product/images/dot_lt_blue.gif" WIDTH="600" HEIGHT="1" BORDER="0" ALT=""><BR>					'+
	'		<IMG SRC="/product/images/dot_clear.gif" WIDTH="600" HEIGHT="1" BORDER="0" ALT=""><BR>						'+
	'		<IMG SRC="/product/images/dot_gold.gif" WIDTH="600" HEIGHT="1" BORDER="0" ALT=""><BR>						'+
	'		<IMG SRC="/product/images/dot_clear.gif" WIDTH="600" HEIGHT="'+ lower_space +'" BORDER="0" ALT=""><BR></TD>	'+
	'</TR>																												'+
	'</TABLE>																											');
}


