


function add_viewcart(country)
{
	if (country=="india" || country=='INDIA')
	{
	document.write('<a href="https://www.ccavenue.com/shopzone/custcart/sendtocart.jsp?M_bigcd_3623,shopcart,http://www.edusoftech.com"><img src="image/viewcart1.gif" hspace="2" vspace="2" border=0 name=view_cart4></a>');
	}
	else
	{
		document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="deep@edusoftech.com">');
document.write('<input type="image" src="image/viewcart1.gif" border="0" name="submit">');
document.write('<input type="hidden" name="display" value="1">');
document.write('</form>');
}
}

function productDemo()
{
document.write('<a href="https://www.edusoftech.com/ProductDemo/TOEFL.swf" target=_blank><img src="image/addtocart1.gif" hspace="2" vspace="2" border=0></a>');

}


function add_addtocart_simple(country,pname,prod_id,pamt)

{


if (country=="india" || country=='INDIA')
{

document.write('<a href="https://www.ccavenue.com/shopzone/custcart/sendtocart.jsp?M_bigcd_3623,'+prod_id+',http://www.edusoftech.com"><img src="image/addtocart1.gif" hspace="2" vspace="2" border=0></a>');


}

else
{
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">');
document.write('<input type="image" src="image/addtocart1.gif" hspace="2" vspace="2" border="0" name="submit">');
document.write('<input type="hidden" name="add" value="1">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="deep@edusoftech.com">');
document.write('<input type="hidden" name="item_name" value="' + pname + '">');
document.write('<input type="hidden" name="item_number" value="' + prod_id + '">');
document.write('<input type="hidden" name="amount" value="' + pamt + '">');
//<input type="hidden" name="shipping" value="4.00">
//<input type="hidden" name="shipping2" value="4.00">
document.write('<input type="hidden" name="no_shipping" value="2">');
document.write('<input type="hidden" name="no_note" value="1">');
document.write('<input type="hidden" name="currency_code" value="USD">');
document.write('<input type="hidden" name="bn" value="PP-ShopCartBF">');
document.write('</form>');


}


}

function add_addtocart_together(country,pname,prod_id,pamt)

{


if (country=="india" || country=='INDIA')
{

document.write('<a href="https://www.ccavenue.com/shopzone/custcart/sendtocart.jsp?M_bigcd_3623,'+prod_id+',http://www.edusoftech.com"><img src="image/addtocart1.gif" hspace="2" vspace="2" border=0></a>');


}

else
{
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">');
document.write('<input type="image" src="image/addtocart1.gif" hspace="2" vspace="2" border="0" name="submit">');
document.write('<input type="hidden" name="add" value="1">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="deep@edusoftech.com">');
document.write('<input type="hidden" name="item_name" value="' + pname + '">');
document.write('<input type="hidden" name="item_number" value="' + prod_id + '">');
document.write('<input type="hidden" name="amount" value="' + pamt + '">');
//<input type="hidden" name="shipping" value="4.00">
//<input type="hidden" name="shipping2" value="4.00">
document.write('<input type="hidden" name="no_shipping" value="2">');
document.write('<input type="hidden" name="no_note" value="1">');
document.write('<input type="hidden" name="currency_code" value="USD">');
document.write('<input type="hidden" name="bn" value="PP-ShopCartBF">');
document.write('</form>');


}


}
