



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='Latest Greeting Cards'></A></TD><TD valign='middle'></TD>"); 
}

 

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

document.write("<TABLE><TR><TD class='lhead' width='195' align='center'><A HREF='"+path+"index.html' class='path'><H2 title='Kids Greeting Cards'>Kids Greeting Cards</H2></A></TR> <TR><TD class='ltext' width='195'><LI><A HREF='"+path+"hindi-cards/index.html' class='ltext' title='Kids Hindi Cards'>Kids Hindi Cards</A><LI><A HREF='"+path+"diwali/index.html' class='ltext' title='Kids Diwali Cards'>Kids Diwali Cards</A><LI><A HREF='"+path+"halloween/index.html' class='ltext' title='Kids Halloween Cards'>Kids Halloween Cards</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;
}



