// JavaScript Document

function displaycontent(id)
{
	if(id == 'support1')
	{
		document.getElementById('suport').innerHTML = "If your payment was successful our system automatically send you the email with Pin number and all the detail including dialing instruction. Sometime our email might goes to junk mail folder, please check there as well. If you haven't found it there, contact us immediately by contact us below.<br /><br />";
		document.getElementById('supportform').style.visibility = 'visible';
	}
	else if(id == 'support2')
	{
		document.getElementById('suport').innerHTML = "Please check our last email where we deliver your PIN. If you have deleted it accidentally,please contact us below.<br /><br />";
		document.getElementById('supportform').style.visibility = 'visible';
	}
	else if(id == 'support3')
	{
		document.getElementById('suport').innerHTML = "If you have credit card or paypal account you can purchase instantly. Please see the video below >>  <br /><br />If you dont have credit card or paypal account, you can still purchase our service by sending someone to pay on your behalf in our office at Kathmandu, kamalpokhari. Tel: 4435214. We will create a new account instantly and email you as soon as we receive the fund.<br /><br />"+document.getElementById('support').innerHTML;
		document.getElementById('supportform').style.visibility = 'hidden';
	}
	else if(id == 'support4')
	{
		document.getElementById('suport').innerHTML = "We are working hard to make our site and service better.<br />Please report this issue to us immediately for us to serve you better by clicking the button below, we will be very thankful to you.<br />We will also send you complementary cards worth $10 if you report any bugs of errors in our website.<br /><br />";	
		document.getElementById('supportform').style.visibility = 'hidden';
	}
	else if(id == 'support5')
	{
		document.getElementById('suport').innerHTML = "Please make sure you follow the dial pattern as mentioned in dialing instruction. As you know sometime due to the technical issues in origination (from where you are calling) or termination (to where you are making a call), few calls might not get connected. Some of the common issues are following:<br /><br />a. Toll free not responding<br />b. PIN number invalid<br />c. Getting voice messages that you don't have sufficient fund<br />d. The person at other end doesn't hear you.<br /><br />Please report us immediately if you are getting any of the issues listed above, we will refund your credit instantly in your PIN if there is any loss or miss-billing.<br /><br />Sometime few things are beyond our control like network on termination end, the person who you calling might be out of mobile network, for most of the issues we will take care at our best.<br /><br />";	
		document.getElementById('supportform').style.visibility = 'hidden';
	}
	else if(id == 'support6')
	{
		document.getElementById('suport').innerHTML = "Please refer to your email for dialing instruction.<br /><br />";	
		document.getElementById('supportform').style.visibility = 'hidden';
	}
	else if(id == 'support7')
	{
		document.getElementById('suport').innerHTML = "Click the button below to contact us. We will get back to you within few hours.<br /><br />";
		document.getElementById('supportform').style.visibility = 'visible';
	}
	else
	{
		document.getElementById('suport').innerHTML = "";
		document.getElementById('supportform').style.visibility = 'hidden';
	}
}
	
