

function confirmSubmit()
{
window.location.href='http://www.internetprofitinstitute.com/linklokcb.php?order=http://4.ipicb.pay.clickbank.net?detail=Mega Profit Pack And Extra Profit Pack' ;
}

function confirmSubmit2()
{
window.location.href='http://www.internetprofitinstitute.com/linklokcb.php?order=http://3.ipicb.pay.clickbank.net?detail=Mega Profit Pack' ;
}

function show_No()
{
  obj_Yes = document.getElementById('id_Yes');
  obj_No  = document.getElementById('id_No');
  radio_No  = document.getElementById('radio_No');

  obj_Yes.style.display = 'none'; // Hide
  obj_No.style.display = ''; // Show

  radio_No.checked = true;

}

function show_Yes()
{
  obj_Yes = document.getElementById('id_Yes');
  obj_No  = document.getElementById('id_No');
  radio_Yes  = document.getElementById('radio_Yes');

  obj_No.style.display = 'none'; // Hide
  obj_Yes.style.display = ''; // Show

  radio_Yes.checked = true;

}

