
function DisplayPaymentDetailss(str)
{
// alert(str)
 if(str=="CCAvenue")
  {
  
		document.getElementById("DivPayment").innerHTML="<table id=\"AutoNumber3\" class=\"table_Payment\" width=\"100%\"><tr cellspacing=\"2\"><td>For doing payment using your credit card,<br> you will be taken to our payment gateway <b>CCAVENUES</b>.<br><br>Please make sure that you are entering <br>all the details properly at the payment gateway.</td>\n</td>\n</tr>\n</tr>\n<tr>\n<td width=\"100%\"><HR size=\"1\" width=\"100%\" color=\"#CCCCCC\"></td></tr>\n<tr>\n<td>The process may take a few seconds.</td>\n</tr>\n<tr>\n<td>Once you complete all payment formalities at the payment gateway, <br>you will be redirected to MaEbag.com. <br><b>Please do not refresh the page once you enter the credit card information.<b></td>\n</tr>\n</table>\n"
	//	document.getElementById("DivPayment").innerHTML="<table class=\"table_title3\" id=\"AutoNumber3\" width=\"100%\"><tr cellspacing=\"2\"> <td width=\"100%\" align=\"left\"><input type=\"radio\"   id=\"EBS\" name=\"Radio2\" checked><font size=\"2\" face=\"Verdana\" color=\"red\"><b>EBS</b></font></td></tr><tr cellspacing=\"2\"> <td width=\"100%\" align=\"left\"><input type=\"radio\"   id=\"CCAvenue\" name=\"Radio2\"><font size=\"2\" face=\"Verdana\" color=\"red\"><b>CCAvenue</b></font></td></tr>\n</table>\n"
	//  Your creditcard statement will show the amount against <b>CCAVENUES.<b>
  }	   
  else if(str=="EBS")
  {

		document.getElementById("DivPayment").innerHTML="<table id=\"AutoNumber3\" class=\"table_Payment\" width=\"100%\"><tr cellspacing=\"2\"><td>For doing payment using your credit card,<br> you will be taken to our payment gateway <b>EBS</b>.<br><br>Please make sure that you are entering <br>all the details properly at the payment gateway.<br><br>Credit card transactions are processed through <B>CITIBANK</B>.</td>\n</td>\n</tr>\n</tr>\n<tr>\n<td width=\"100%\"><HR size=\"1\" width=\"100%\" color=\"#CCCCCC\"></td></tr>\n<tr>\n<td>The process may take a few seconds.</td>\n</tr>\n<tr>\n<td>Once you complete all payment formalities at the payment gateway, <br>you will be redirected to MaEbag.com. <br><b>Please do not refresh the page once you enter the credit card information.<b></td>\n</tr>\n</table>\n"
	  // Your creditcard statement will show the amount against <b>EBS.<b>
  }
  else if(str=="AT")
  {

		document.getElementById("DivPayment").innerHTML="<table  id=\"AutoNumber3\" class=\"table_Payment\" width=\"100%\"><tr cellspacing=\"2\">\n<td >You have selected <b>ATM Deposit</b> for Payment.<br><br> You may deposit the Cheque/DD at your nearest<b> ICICI ATM</b></td>\n </tr>\n<tr>\n<td><br>Please make sure that your cheque is an MICR Cheque.<br> Non MICR Cheques cannot be accepted.</B></font></td>\n</tr>\n <tr cellspacing=\"2\">\n<td> Please make a cheque/DD in favour of <br><B>MaEbag - ICICI A/c No: 001005006391(Cochin )</B>.<br><b>OR</b><br><B>MaEbag - AXIS Bank A/c No - 081010200020439</B>.</td>\n  </tr>\n<tr cellspacing=\"2\">\n<td ><br>If you have an <b>ICICI</b> account,<br> you can transfer the money directly to this account<br> so that your items will be shipped fast.<br> Please send us an email at cs@maebag.com<br> with the order id once the transfer is completed.</td>\n</tr>\n<tr>\n<td align=\"center\"><br></td>\n</tr>\n</table>\n"
	   
  }
  else if(str=="COD")
  {

		document.getElementById("DivPayment").innerHTML="<table  id=\"AutoNumber3\" class=\"table_Payment\" width=\"100%\"><tr cellspacing=\"2\"><td class=\"Error_Text\">Cash On Delivery (COD) is available only in selected PIN codes in selected cities. <a href=\"DisplayZipCodeList.php\" target=\"_blank\" >Please click here to see all the PIN Codes where COD is available</a></td></tr><tr><td><br>There is a COD Charge of Rs. <b>100</b> for all the orders where the order value is less than Rs.<b>500</b> and Rs.<b>50</b> for all the orders where the order value between Rs <b>500</b> and Rs <b>999</b>.<br><br>  Shipping is <b>FREE</b> for all the orders above Rs.<b>1000</b></td>\n</tr></table>\n"
	   
  }
  else if(str=="CDN")
  {

		document.getElementById("DivPayment").innerHTML="<table  id=\"AutoNumber3\" class=\"table_Payment\" width=\"100%\"><tr><td>You cannot proceed because your Zipcode is not available in our selected list. </td>\n</tr><tr cellspacing=\"2\"><td class=\"Error_Text\">Cash On Delivery (COD) is available only in selected PIN codes in selected cities. <a href=\"DisplayZipCodeList.php\" target=\"_blank\" >Please click here to see all the PIN Codes where COD is available</a></td></tr><tr><td><br>There is a COD Charge of Rs.<b>100</b> for all the orders where the order value is less than Rs.<b>500</b> and Rs.<b>50</b> for all the orders where the order value between Rs <b>500</b> and Rs <b>999</b>.<br><br> Shipping is <b>FREE</b> for all the orders above Rs.<b>1000</b></td>\n</tr></table>\n"
	   
  }
  else
  {
        document.getElementById("DivPayment").innerHTML="<table id=\"AutoNumber3\" class=\"table_Payment\" width=\"100%\"><tr cellspacing=\"2\">\n<td>All the DDs/Cheques should be payable to <b>MaEbag</b> and sent to the following address </td>\n</tr>\n<tr>\n<td colspan=\"5\"><br><b>MaEbag Online Marketing Private Limited</b><br>35/926, B1, Rajbhavan<br> Power House Road, Palarivattom, Cochin 682 025 <br> Phone +91 98957 07490 </td>\n</tr>\n</tr>\n</tr>\n</table>\n"
	   
  }

}
