function _inactivateAdvertiser()
{
	var res = confirm('Are you sure, you want to make yourself Inactive Advertiser? If press OK, your account will be CANCELED for advertising and your ads will be expired.');
	if(res==true)
	{
		window.location='inactivate_advertiser.php';
	}
}