function getGmt()
{
var d = new Date()
var dategmat
dategmat = d.getTimezoneOffset()/60*-1


if(dategmat=="5.5")
{

Session("country")="India"
//Response.write(Session("country"))

}
else
{
Session("country")="United States"
 }


}


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.bigcdtests.com/Products.aspx"><img src="images/buy now.jpg" 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="images/buy now.jpg" border="0" name="submit">');
    document.write('<input type="hidden" name="display" value="1">');
    document.write('</form>');
    }
}




function add_addtocart_simple(country,pname,prod_id,pamt)

{


if (country=="India" || country=='INDIA')
{
//document.write('<a href="http://www.bigcdtests.com/Registration.aspx"><img src="images/buy now.jpg" border=0></a>');
//document.write('<a href="http://www.bigcdtests.com/Registration.aspx"><img src="images/buy now.jpg" border=0></a>');
document.write('<a href="http://www.bigcdtests.com/Registration.aspx?pid='+prod_id+'&pname='+pname+'&pamt='+pamt+'"><img src="images/buy now.jpg" border=0></a>');
//document.write('<a href="https://www.ccavenue.com/shopzone/custcart/sendtocart.jsp?M_bigcd_3623,'+prod_id+',http://www.bigcdtests.com/Products.aspx"><img src="images/buy now.jpg" border=0></a>');
//document.write('<a href="http://www.bigcdtests.com/Registration.aspx?pid='+prod_id+'"><img src="images/buy now.jpg" border=0></a>');

}

else
{
document.write('<a href="http://www.bigcdtests.com/Registration.aspx?pid='+prod_id+'&pname='+pname+'&pamt='+pamt+'"><img src="images/buy now.jpg" border=0></a>');


}


}

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.bigcdtests.com/Products.aspx"><img src="images/buy now.jpg" 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="images/buy now.jpg" 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 getRes()
{
      wd=screen.availWidth/2-800/2;
      //window.open('Index.aspx','','top=50,left=' + wd + ',height=600,width=800,menubar = No,resizable = No,scrollbars = No,titlebar = No,status= No')
      document.getElementById("<%=hwidth.clientId %>").value=wd;
      //window.open('http:\\www.yahoo.com','','left='+wd+',top=50,width=400,height=400,status=no,toolbar=no,location=no,menubar=no');
}
            
function fed()
{
      document.getElementById("id1").style.display='block'
      //document.getElementById("id1").disabled="disabled";
}    
