



function top(path)
{
	if (path=="")
	{
	path="../";
	}

document.write("<TD valign='top'><A HREF='"+path+"index.html'><IMG SRC='"+path+"images/IMAGE_INSIDE.gif' BORDER='0' ALT='Good Fiday Cards, Latest Greeting Cards'></A></TD><TD valign='middle'></TD>"); 
}

 

function left(path)
{
	if (path=="")
	{
	path="../";
	}

document.write("<TABLE><TR><TD class='lhead' width='195'><H2 title='Good Friday Cards'>Good Friday Cards</H2></TR><TR>	<TD width='195' height='100%' class='ltext'>		<A HREF='"+path+"blackfridaycards/index.html' class='ltext' title='Black Friday Cards'><LI>Black Friday Cards</LI></A>		<A HREF='"+path+"blessingscards/index.html' class='ltext' title='Blessings Cards'><LI>Blessings Cards</LI></A>		<A HREF='"+path+"godblessucards/index.html' class='ltext' title='God Bless You Cards'><LI>God Bless You Cards</LI></A>   		<A HREF='"+path+"greatfridaycards/index.html' class='ltext' title='Great Friday Cards'><LI>Great Friday Cards</LI></A>		<A HREF='"+path+"holyfridaycards/index.html' class='ltext' title='Holy Friday Cards'><LI>Holy Friday Cards</LI></A>	</TD></TR><TR><TD><script language='javascript'>leftcommon('');</script></TD></TR></TABLE>"); 
}
function card(name,cname)
{
 window.location="../../inc/cards/bigcard.php?a="+name+"&b="+cname;
}

function cardf(name,cname)
{
 window.location="../../inc/cards/bigcardflash.php?a="+name+"&b="+cname;
}



