function cdel(w) {
	if(confirm("Delete Confirmation!..\n\n Are Sure that you want to delete this?.."))
	{
		return true;
	}
	else
	{
		return false;
	}
}


function openPopup(page)
{
	window.open(page,'','height=550,width=730,scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no');
}


function change_payment_type2(a) 
{
	window.location = 'submit_business.php?cid='+a;

}
